timothyneiljohnson / stylelint-value-border-zero

A custom stylelint rule to enforce a convention of 'border: 0' or 'border: none'
MIT License
2 stars 2 forks source link

Does not work in stylelint v7+ #4

Open anselmbradford opened 7 years ago

anselmbradford commented 7 years ago

Including the plugin I get:

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 "value-border-zero" does not do this, so will not work.
karfau commented 6 years ago

Since #2 mentions how to achieve everything this plugin provides, I guess investing time into fixing this doesn't make sense.