0.2.0 • Published 6 years ago

eslint-config-cantonjs-resolver v0.2.0

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

eslint-config-cantonjs-resolver

Build Status

ESLint shareable config for the Cantonjs

Installation

$ npm install --save-dev eslint eslint-config-cantonjs-resolver

Usage

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

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

Configures / Extends

Related Projects

License

MIT © Cantonjs