eslint-plugin-platanus
v0.1.0
Published
Plugin that adds rules to enforce conventions used in Platanus
Downloads
3,284
Maintainers
Readme
eslint-plugin-platanus
Plugin that adds rules to enforce conventions used in Platanus
Installation
You'll first need to install ESLint:
yarn add eslint --dev
Next, install eslint-plugin-platanus
:
yarn add eslint-plugin-platanus --dev
Usage
Extend the plugin:platanus/recommended
in your .eslintrc.json
:
{
"extends": [
"plugin:platanus/recommended"
]
}
This will add this plugin and configure all rules according to recommended.js config.