category: packages private: true
eslint-plugin-rock-kit
An eslint configuration for Rock Kit.
Installation
Install eslint
yarn add eslint --dev
yarn add eslint-plugin-rock-kit --dev
Configuration
Use our preset to get reasonable defaults:
"extends":
If you do not use a preset you will need to specify individual rules and add extra configuration.
Add "rock-kit" to the plugins section.
Enable the rules that you would like to use.
"rules":