1.1.3 • Published 3 years ago

cra-template-yoramg-basic v1.1.3

Weekly downloads
3
License
MIT
Repository
-
Last release
3 years ago

Getting Started with Yoram basic

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, }