@storipress/eslint-plugin-block

@storipress/eslint-plugin-block ===============================


License
MIT
Install
npm install @storipress/eslint-plugin-block@0.3.0

Documentation

@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