npm.io
1.0.3 • Published 2 years ago

eslint-config-gearonix

Licence
ISC
Version
1.0.3
Deps
10
Size
5 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

ESLint (and Prettier) config

npm version Code Style Prettier MIT License

These are settings for ESLint and Prettier used by me.

Installing

  1. In your project folder, run:
npm i -D eslint-config-gearonix

You will also have to install peer dependencies.

  1. You will see several dependencies were installed. Now, create (or update) a .eslintrc file with the following content:
{
  'extends': [
    'gearonix'
  ]
}