@ghyston/eslint-config-ghyston-react
v2.1.0
Published
ESLint config defined by Ghyston. This config adds to the eslint-config-ghyston base config with React rules.
Downloads
668
Readme
React Configuration
If your project uses React, you can extend the core configuration with this package.
Usage
- If you haven't already, install the core package
- Install the following package:
npm install --save-dev @ghyston/eslint-config-ghyston-react
- Then add the following to the
extends
array in your.eslintrc
file:
{
"extends": [
"@ghyston/eslint-config-ghyston",
"@ghyston/eslint-config-ghyston-react"
]
}