1.1.2 • Published 7 years ago

eslint-config-weirdpattern v1.1.2

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

eslint-config-weirdpattern

Build Status Coverage Status

ESLint shareable config for JavaScript projects

Installation

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

Usage

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

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

License

MIT © WeirdPattern