eslint-plugin-gedatoureact
v0.0.11
Published
1
Downloads
4
Readme
eslint-plugin-gedatoureact
1
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-gedatoureact
:
npm install eslint-plugin-gedatoureact --save-dev
Usage
Add gedatoureact
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"extends": [
"plugin:gedatoureact/reactRule"
]
}