@exolnet/eslint-config-react
Version:
ESLint configuration for React projects used at eXolnet
33 lines (21 loc) • 1.26 kB
Markdown
# @exolnet/eslint-config-react
[](https://www.npmjs.org/package/@exolnet/eslint-config-react)
[](LICENSE.md)
[](https://github.com/eXolnet/code-quality-tools/actions?query=workflow%3Aci)
ESLint configuration for React projects used at eXolnet.
## Installation
Install this package, and save it as a `devDependency`:
```
npm install --save-dev @exolnet/eslint-config-react
```
Then have your project's `.eslintrc.json` file extend the ruleset.
```json
{
"extends": "@exolnet/eslint-config-react"
}
```
If you are using YAML or JavaScript for your [ESLint configuration file format](http://eslint.org/docs/user-guide/configuring#configuration-file-formats) ensure you use the correct syntax for the language used.
## License
Copyright © [eXolnet](https://www.exolnet.com). All rights reserved.
This code is licensed under the [MIT license](http://choosealicense.com/licenses/mit/).
Please see the [license file](LICENSE) for more information.