Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njakob/eslint-config
Personal ESLint config
https://github.com/njakob/eslint-config
airbnb-javascript config eslint flowtype nodejs personal react
Last synced: about 1 month ago
JSON representation
Personal ESLint config
- Host: GitHub
- URL: https://github.com/njakob/eslint-config
- Owner: njakob
- License: mit
- Created: 2016-09-16T19:42:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T18:09:40.000Z (almost 7 years ago)
- Last Synced: 2024-11-30T22:50:25.658Z (about 2 months ago)
- Topics: airbnb-javascript, config, eslint, flowtype, nodejs, personal, react
- Language: JavaScript
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
eslint-config-njakob
Personal ESLint configuration based on Airbnb styleguide.## Configurations
* [ES5](/es5.js)
* [ES5/Node](/es5-node.js)
* [ES6](/es6.js)
* [ES6 with Flowtype](/es6-flow.js)
* [ES6/Node with Flowtype](/es6-flow-node.js)
* [ES6/React with Flowtype](/es6-flow-react.js)## Installation
```
$ npm install eslint-config-njakob --sav-dev
``````
$ yarn add eslint-config-njakob --dev
```## Usage
The package provides multiple different configurations regarding the environment you need.
In `.eslintrc` file:
```json
{
"extends": "njakob/es6-flow-react"
}
```## Changelog
See [changelog](CHANGELOG.md).
## License
[MIT License](LICENSE).