Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xop/eslint-config-xop
Shareable ESLint config
https://github.com/xop/eslint-config-xop
Last synced: about 2 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T17:57:27.000Z (over 8 years ago)
- Last Synced: 2024-10-31T18:23:35.627Z (about 2 months 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
[![npm version](https://badge.fury.io/js/eslint-config-xop.svg)](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)