1.1.2 • Published 9 years ago
eslint-config-weirdpattern v1.1.2
eslint-config-weirdpattern
ESLint shareable config for JavaScript projects
Installation
$ npm install --save-dev eslint eslint-config-weirdpatternUsage
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