2.0.0 • Published 4 years ago

@exolnet/eslint-config-react v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@exolnet/eslint-config-react

NPM version Software License

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.

{
    "extends": "@exolnet/eslint-config-react"
}

If you are using YAML or JavaScript for your ESLint configuration file format ensure you use the correct syntax for the language used.

License

This code is licensed under the MIT license. Please see the license file for more information.