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
These are settings for ESLint and Prettier used by me.
Installing
- In your project folder, run:
npm i -D eslint-config-gearonix
You will also have to install peer dependencies.
- You will see several dependencies were installed. Now, create (or update) a
.eslintrcfile with the following content:
{
'extends': [
'gearonix'
]
}