https://github.com/weirdpattern/eslint-config-weirdpattern
ESLint shareable config for JavaScript projects
https://github.com/weirdpattern/eslint-config-weirdpattern
Last synced: 11 months ago
JSON representation
ESLint shareable config for JavaScript projects
- Host: GitHub
- URL: https://github.com/weirdpattern/eslint-config-weirdpattern
- Owner: weirdpattern
- License: mit
- Created: 2017-05-22T02:24:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-03T23:14:19.000Z (over 8 years ago)
- Last Synced: 2024-04-13T03:32:52.200Z (almost 2 years ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-weirdpattern
[](https://travis-ci.org/weirdpattern/eslint-config-weirdpattern) [](https://coveralls.io/github/weirdpattern/eslint-config-weirdpattern?branch=master)
> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) 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`](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of your [ESLint configuration](http://eslint.org/docs/user-guide/configuring).
```js
{
"extends": "weirdpattern",
"rules": {
// Additional, per-project rules...
}
}
```
## License
MIT © WeirdPattern