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

Adding the namespace "plugin" to the rule #1

Closed jonrohan closed 8 years ago

jonrohan commented 8 years ago

In the upcoming stylelint 7.0, they're going to be requiring namespaced plugins. This plugin is currently throwing a warning:

Deprecation Warning: Plugin rules that aren't namespaced have been deprecated, and in 7.0 they will be disallowed. See: http://stylelint.io/developer-guide/plugins/

I added the namespace plugin because I thought that would be the easiest, if you want to use another namespace I'd be happy to update the PR.

Thanks! 👋

@timothyneiljohnson