Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 672 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 672 Bytes

eslint-config-ango

ESLint shareable config for my projects.

Installation

$ npm install --save-dev eslint eslint-config-ango

Usage

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

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

License

MIT