Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)