eslint-config-weirdpattern

1.1.2 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-weirdpattern

Weekly Downloads

2

Version

1.1.2

License

MIT

Last publish

Collaborators

  • weirdpattern