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

https://github.com/ext/eslint-config-sidvind

Sidvind Eslint sharable config
https://github.com/ext/eslint-config-sidvind

Last synced: about 1 month ago
JSON representation

Sidvind Eslint sharable config

Awesome Lists containing this project

README

          

# eslint-config-sidvind

> Sidvind ESLint [shareable](http://eslint.org/docs/developer-guide/shareable-configs.html) config.

## Install
```
npm install --save-dev eslint-config-sidvind
```

## Usage

In your .eslintrc file:
```javascript
{
"extends": [
"sidvind/es2017"
],
}
```

## Available configs

* `sidvind` for ES5 files.
* `sidvind/es2015` for ES2015 (ES6) support.
* `sidvind/es2016` for ES2016 (ES7) support.
* `sidvind/es2017` for ES2017 (ES8) support.

## Complementary configs

Used in addition to the primary config.

* `angular` for AngularJS 1.x (requires `eslint-plugin-angular`)
* `jest` for Jest (requires `eslint-plugin-jest`)