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
- Host: GitHub
- URL: https://github.com/ext/eslint-config-sidvind
- Owner: ext
- Created: 2017-05-04T16:35:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T20:25:00.000Z (about 8 years ago)
- Last Synced: 2025-01-20T19:51:21.240Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`)