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
Please install this package and eslint then add this to your eslint configuration:
{
"extends": ["plugin:@storipress/block/recommended"]
}
Using yarn:
$ yarn add --dev @storipress/eslint-plugin-block
Using npm:
$ npm install --save-dev @storipress/eslint-plugin-block