simonsmith / stylelint-selector-bem-pattern

Stylelint plugin that incorporates postcss-bem-linter
MIT License
244 stars 13 forks source link

Stylelint v7+ support #20

Closed joe-bell closed 7 years ago

joe-bell commented 7 years ago

When using the plugin with Stylelint 7+, I get the following error:

Error: stylelint v7+ requires plugin rules to be namspaced, i.e. only `plugin-namespace/plugin-rule-name` plugin rule names are supported. The plugin rule "selector-bem-pattern" does not do this, so will not work. Please file an issue with the plugin.
davidtheclark commented 7 years ago

Duplicate of https://github.com/davidtheclark/stylelint-selector-bem-pattern/issues/16 maybe?

joe-bell commented 7 years ago

My bad, sorry!