{ "eslint.validate": [ "javascript", "typescript", "vue", "html", "scss", "json", ], "editor.codeActionsOnSave": { "source.fixAll.eslint": true, }, "editor.bracketPairColorization.enabled": true, "editor.guides.bracketPairs": true, "files.eol": "\n", }