Skip to content

storipress/stylelint-plugin-block

Repository files navigation

@storipress/stylelint-plugin-block

This is a custom stylelint plugin for catching common errors when developing Storipress blocks

Usage

Please install this package and stylelint then add this to your stylelint configuration:

{
  "plugins": ["@storipress/stylelint-plugin-block"],
  "rules": {
    "storipress/conflict-classes": true,
    "storipress/custom-media-query-match-spec": true
  }
}

Installation

Using yarn:

$ yarn add --dev @storipress/stylelint-plugin-block

Using npm:

$ npm install --save-dev @storipress/stylelint-plugin-block