0.16.6 • Published 16 days ago

@clarifynl/stylelint-config-clarify v0.16.6

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

Clarify stylelint config

This is a linter configuration to use when developing Sass-based projects. It uses stylelint and it's based on stylelint's recommended config that helps you avoid errors.

It provides two configurations, one for regular Sass projects and one specifically for BEM based Sass projects.

Installation:

npm install --save-dev @clarifynl/stylelint-config-clarify

In your package.json, add the following:

"stylelint": {
	"extends": ["@clarifynl/stylelint-config-clarify"]
}

Or, for BEM-based projects:

"stylelint": {
	"extends": ["@clarifynl/stylelint-config-clarify/bem"]
}
0.16.3

16 days ago

0.16.4

16 days ago

0.16.5

16 days ago

0.16.6

16 days ago

0.16.0

16 days ago

0.16.1

16 days ago

0.16.2

16 days ago

0.15.0

1 year ago

0.13.0

1 year ago

0.14.0

1 year ago

0.12.0

1 year ago

0.11.0

1 year ago

0.10.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago