-
Install the package
npm i -D eslint-config-gbrachetta
-
Add "gbrachetta" to
.eslintrc.json
{ "extends": [ // [other extends] "gbrachetta" ] }
-
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, }
eslint-config-gbrachetta
1.10.0 • Public • PublishedPackage Sidebar
Install
npm i eslint-config-gbrachetta
Weekly Downloads
107
Version
1.10.0
License
MIT
Unpacked Size
9.44 kB
Total Files
4