2.2.0 • Published 6 years ago

eslint-config-cantonjs v2.2.0

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

eslint-config-cantonjs

Build Status Dependencies License

ESLint shareable config for the Cantonjs

Installation

NPM

$ npm install --save-dev eslint eslint-config-cantonjs eslint-config-standard eslint-plugin-import eslint-plugin-jest eslint-plugin-node eslint-plugin-promise eslint-plugin-react eslint-plugin-standard

Yarn

$ yarn add --dev eslint eslint-config-cantonjs eslint-config-standard eslint-plugin-import eslint-plugin-jest eslint-plugin-node eslint-plugin-promise eslint-plugin-react eslint-plugin-standard

Usage

Once the eslint-config-cantonjs package is installed, you can use it by specifying cantonjs in the extends section of your ESLint configuration.

{
  "extends": "cantonjs",
  "rules": {
    // Additional, per-project rules...
  }
}

Configures / Extends

  • extends: "cantonjs" basic usage
  • extends: "cantonjs/base" the same with extends: "cantonjs"
  • extends: "cantonjs/react" base + react

Related Projects

License

MIT © Cantonjs

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago

1.0.0-2

6 years ago

1.0.0-1

6 years ago

1.0.0-0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago

0.0.0-1

6 years ago

0.0.0-0

6 years ago