{ // config related to code formatting "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "[javascript]": { "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[javascriptreact]": { "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "javascript.validate.enable": false, //disable all built-in syntax checking "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "source.fixAll.tslint": true, "source.organizeImports": true }, "eslint.alwaysShowStatus": true, // emmet "emmet.triggerExpansionOnTab": true, "emmet.includeLanguages": { "javascript": "javascriptreact" }, "cSpell.words": [ "completesignuplink", "MOBILEUSER", "MYFILES", "mynotifications", "PASSWORDRESET", "TRANSFERSTART", "WRENCHBOARD" ] }