1.8.0 • Published 6 years ago

eslint-config-crunch v1.8.0

Weekly downloads
311
License
MIT
Repository
github
Last release
6 years ago

eslint-config-crunch

ESLint shareable config used in javascript Crunch.io projects

Installation

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

Usage

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

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

License

MIT

1.8.0

6 years ago

1.7.6

6 years ago

1.7.4

6 years ago

1.7.3

7 years ago

1.7.2

7 years ago

1.7.1

7 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago