ESLint-plugin-Artistco
Artistco specific linting rules for ESLint
Installation
Install ESLint either locally or globally.
$ npm install eslint eslint-plugin-artistco --save-dev
Configuration
Add "artistco" to the plugins section.
Enable the expected rules:
"rules":
List of supported rules
- react/artistco/injectintl: Enforces consistent naming for boolean props
License
ESLint-plugin-Artistco is licensed under the MIT License.
Credits
This project has been boostraped using the awesome ESLint plugin for react by Yannick Croissant
Development with AST has been quite easier with AST Explorer