1.0.3 • Published 6 years ago

eslint-config-geta v1.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

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

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