Skip to content

A custom eslint plugin for catching common errors when developing Storipress blocks

License

Notifications You must be signed in to change notification settings

storipress/eslint-plugin-block

Repository files navigation

@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

About

A custom eslint plugin for catching common errors when developing Storipress blocks

Resources

License

Stars

Watchers

Forks

Packages