1.0.3 • Published 10 months ago

eslint-config-gearonix v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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'
  ]
}