Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 495 Bytes

File metadata and controls

28 lines (20 loc) · 495 Bytes

@d-zero/stylelint-rules

Rules plugin for stylelint.

Installation

npm install @d-zero/stylelint-rules --save-dev

Configuration

Add the following to your .stylelintrc file:

{
	"plugins": ["@d-zero/stylelint-rules"],
	"rules": {
		"@d-zero/declaration-value-type-disallowed-list": {
			"length": ["/10px/"]
		}
	}
}

Rules