{ "editor.formatOnSave": true, "editor.codeActionsOnSave": [ "source.fixAll.eslint" ], "eslint.validate": ["javascript", "typescript"], "prettier.singleQuote": true, "cSpell.ignorePaths" : [ "src" ] }