This is a custom stylelint plugin for catching common errors when developing Storipress blocks
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
}
}
Using yarn:
$ yarn add --dev @storipress/stylelint-plugin-block
Using npm:
$ npm install --save-dev @storipress/stylelint-plugin-block