-
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, }
eslint-config-gbrachetta-stylistic
0.0.10 • Public • PublishedPackage Sidebar
Install
npm i eslint-config-gbrachetta-stylistic
Weekly Downloads
0
Version
0.0.10
License
MIT
Unpacked Size
16.3 kB
Total Files
4