Generic eslint config Geta uses in their frontend projects.
npm install geta-eslint-config
yarn add geta-eslint-config
- 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.