cra-template-yoramg-basic
v1.1.3
Published
The base TypeScript template for Yoram Basic
Downloads
1
Maintainers
Readme
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,
}