@recats/eslint-config

1.0.1 • Public • Published

eslint-config-recats

npm Greenkeeper badge Recats Digital

Plugins and configs used:

Additionally, it sets these environments:

{
  "env": {
    "browser": true,
    "es6": true,
    "node": true
  }
}

Installation

yarn add eslint @recats/eslint-config eslint --dev

Usage

Add to your eslint config .eslintrc:

{
  "extends": "@recats/eslint-config"
}

Example of extending the configuration

{
  "extends": "@recats/eslint-config",
  "rules": {
    ...
  }
}

Package Sidebar

Install

npm i @recats/eslint-config

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

46.6 kB

Total Files

5

Last publish

Collaborators

  • stk-dmitry
  • vilia