Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages