@isnotdefined/stylelint-plugin
v5.0.0
Published
Yet another Stylelint plugin
Downloads
7,052
Maintainers
Readme
Stylelint Plugin
Yet another Stylelint plugin.
Preview
Installation
npm install @isnotdefined/stylelint-plugin
Usage
Refer the plugins and rules inside your .stylelintrc
file:
{
"plugins":
[
"@isnotdefined/stylelint-plugin"
],
"rules":
{
"@isnotdefined/no-disable": true,
"@isnotdefined/no-obsolete": true,
"@isnotdefined/unit-step": true
},
"ignoreDisables": true
}