https://github.com/xop/eslint-config-xop
Shareable ESLint config
https://github.com/xop/eslint-config-xop
Last synced: over 1 year ago
JSON representation
Shareable ESLint config
- Host: GitHub
- URL: https://github.com/xop/eslint-config-xop
- Owner: XOP
- Created: 2015-11-06T08:36:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T17:57:27.000Z (about 10 years ago)
- Last Synced: 2025-02-07T19:17:49.239Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESLint config XOP
[](https://www.npmjs.com/package/eslint-config-xop)
> Shareable ESLint config
> Compatible with [2.0.0](http://eslint.org/docs/user-guide/migrating-to-2.0.0)
## About
Current config extends recommended settings,
lints ES5 and below and does not require any dependencies.
## Installation
```
npm install --save-dev eslint-config-xop
```
## Usage
`.eslintrc`
```
{
"extends": "xop"
}
```
## Useful links
- [ESLint shareable config guide](http://eslint.org/docs/developer-guide/shareable-configs)
- [AirBnB ESLint config](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb)
- [ESLint reset Gist](https://gist.github.com/cletusw/e01a85e399ab563b1236)