@isnotdefined/stylelint-plugin
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

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
}

Package Sidebar

Install

npm i @isnotdefined/stylelint-plugin

Weekly Downloads

271

Version

5.0.0

License

MIT

Unpacked Size

18.4 kB

Total Files

4

Last publish

Collaborators

  • henryruhs