0.0.10 • Published 2 years ago
eslint-config-gbrachetta-stylistic v0.0.10
Eslint config with TypeScript support
- Install the package - npm i -D eslint-config-gbrachetta
- Add "gbrachetta" to - .eslintrc.json- { "extends": [ // [other extends] "gbrachetta-stylistic" ] }
- If on VSCode, intall the estension Error Lens to display errors. 
- If you use VSCode and want to lint and format on save, add the following values to - settings.json- { "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "editor.formatOnSave": true, }