--- /dev/null
+{
+ "recommendations": [
+ "astro-build.astro-vscode",
+ "dbaeumer.vscode-eslint",
+ "EditorConfig.EditorConfig",
+ "hossaini.bootstrap-intellisense",
+ "streetsidesoftware.code-spell-checker",
+ "stylelint.vscode-stylelint"
+ ]
+}
--- /dev/null
+{
+ "editor.codeActionsOnSave": {
+ "source.fixAll.eslint": "explicit",
+ "source.fixAll.stylelint": "always"
+ },
+ "editor.renderWhitespace": "all",
+ "scss.validate": false,
+ "stylelint.enable": true,
+ "stylelint.validate": ["scss"]
+}