eslint-config-weirdpattern

ESLint shareable config for JavaScript projects


Keywords
weirdpattern, code, quality, style, lint, linter, jscs, jshint, jslint, eslint, validate, code style, strict, check, checker, verify, enforce, hint
License
MIT
Install
npm install eslint-config-weirdpattern@1.1.2

Documentation

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