0.0.7-rc.1 • Published 4 years ago

eslint-config-scitent v0.0.7-rc.1

Weekly downloads
83
License
MIT
Repository
github
Last release
4 years ago

eslint-config-scitent

Scitent's ESLint config. Based on airbnb and prettier.

Installing

With npm: npm install eslint-config-scitent --save-dev;

With yarn: yarn add -D eslint-config-scitent

Make sure that you also install necessary peerDeps

Usage

Simply add scitent to yours .eslintrc:

{
  "extends": ["scitent"],
  "rules": {}
}

Frontend

{
  "extends": ["scitent/frontend"]
}

Backend

{
  "extends": ["scitent/backend"]
}

Backend configuration relies on babel-eslint parser, so make sure that you have it installed as devDependencies.

Necessary peerDeps

Test Libraries

License

Copyright © 2020 Scitent. Licensed under the MIT License.