{ "editor.formatOnSave": true, "editor.tabSize": 2, "editor.insertSpaces": true, "editor.detectIndentation": false, "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit", "source.organizeImports": "never" }, "eslint.format.enable": true, "eslint.codeAction.showDocumentation": { "enable": true }, "eslint.validate": [ // "jsonc", "javascript", "javascriptreact", "typescript", "typescriptreact", "vue", "html", "markdown", "json", "yaml" ] }