to auto correct on save in vscode create a .vscode/settings.json and add the following
{ "eslint.alwaysShowStatus": true, "eslint.debug": true, "eslint.lintTask.enable": true, "editor.codeActionsOnSave": { "source.fixAll": true, "source.fixAll.eslint": true, }, "editor.formatOnSave": true, "javascript.format.enable": false, }
cra-template-yoramg-basic
1.1.3 • Public • PublishedPackage Sidebar
Install
npm i cra-template-yoramg-basic
Weekly Downloads
0
Version
1.1.3
License
MIT
Unpacked Size
27 kB
Total Files
33