eslint-config-geekie
v1.9.0
Published
Geekie's ESLint config
Readme
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-geekieor yarn:
yarn add --dev eslint eslint-config-geekieAnd add extends: 'geekie' to your local .eslintrc.
