eslint-config-geekie
This configuration is a base standard to be used in all JS projects at Geekie. It's compiled from best practices of several projects out in the wild and some cases used internally. It works as a base so can be extended per project.
Usage
Install it in your project with npm
:
npm install --save-dev eslint eslint-config-geekie
or yarn
:
yarn add --dev eslint eslint-config-geekie
And add extends: 'geekie'
to your local .eslintrc
.