1.0.1 • Published 5 years ago
geta-eslint-config v1.0.1
geta-eslint-config
Generic eslint config Geta uses in their frontend projects.
Usage
Install
NPM
npm install geta-eslint-config
Yarn
yarn add geta-eslint-config
Update your .eslintrc file
- If you don't already have one, create a .eslintrc file.
- Add the following to the config:
{
"extends": ["geta-eslint-config"]
}
Note that this config does not include parsers or non-generic things, so you might need to define a parser in your own config.