@isnotdefined/stylelint-plugin
v6.1.1
Published
Yet another Stylelint plugin
Downloads
11,243
Maintainers
Readme
Stylelint Plugin
Yet another Stylelint plugin.
Preview
Installation
npm install @isnotdefined/stylelint-pluginUsage
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
}