⚠️ THIS PACKAGE IS DEPRECATED
These are settings for ESLint and Prettier used by me.
- 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
.eslintrc
file with the following content:
{
'extends': [
'gearonix'
]
}