Skip to content

isnotdefinedcom/stylelint-plugin

Repository files navigation

Stylelint Plugin

Yet another Stylelint plugin.

Build Status NPM Version License

Preview

Terminal Session

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
}