eslint-config-geta
v1.0.3
Published
default eslint config to be used on geta frontend projects
Downloads
4
Readme
eslint-config-config
Generic eslint config Geta uses in their frontend projects.
Usage
Install
NPM
npm install eslint-config-geta
Yarn
yarn add eslint-config-geta
Update your .eslintrc file
- If you don't already have one, create a .eslintrc file.
- Add the following to the config:
{
"extends": ["eslint-config-geta"]
}
or you can omit the eslint-config
part, and extend it like this:
{
"extends": ["geta"]
}
Note that this config does not include parsers or non-generic things, so you might need to define a parser in your own config.