@storipress/stylelint-plugin-block

0.1.2 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @storipress/stylelint-plugin-block

Weekly Downloads

0

Version

0.1.2

License

none

Unpacked Size

4.3 kB

Total Files

5

Last publish

Collaborators

  • ches4117
  • sidstraw
  • ariel_lin
  • dansnow
  • helloalexpan