Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


eslint-config-njakob


Personal ESLint configuration based on Airbnb styleguide.


NPM version
Conventional Commits

## 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).