1.0.1 • Published 5 years ago

geta-eslint-config v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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

  1. If you don't already have one, create a .eslintrc file.
  2. 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.