eslint-plugin-platanus
v0.1.0
Published
Plugin that adds rules to enforce conventions used in Platanus
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 --devNext, install eslint-plugin-platanus:
yarn add eslint-plugin-platanus --devUsage
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.
