Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 688 Bytes

File metadata and controls

26 lines (18 loc) · 688 Bytes

@enigmatry/eslint-config

ESLint shareable config for the Enigmatry style guide.

Installation

$ npm install --save-dev eslint @enigmatry/eslint-config

Usage

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

{
  "extends": "@enigmatry/eslint-config",
  "rules": {
    // Additional, per-project rules...
  }
}

License

Apache-2 © Enigmatry