@storipress/eslint-plugin-block
v0.3.0
Published
@storipress/eslint-plugin-block ===============================
Downloads
6
Keywords
Readme
@storipress/eslint-plugin-block
This is a custom eslint plugin for catching common errors when developing Storipress blocks
Please read the documents under docs/rules for details of each rule
Usage
Please install this package and eslint then add this to your eslint configuration:
{
"extends": ["plugin:@storipress/block/recommended"]
}
Installation
Using yarn:
$ yarn add --dev @storipress/eslint-plugin-block
Using npm:
$ npm install --save-dev @storipress/eslint-plugin-block