0.16.6 • Published 1 year ago

@clarifynl/stylelint-config-clarify v0.16.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.16.4

1 year ago

0.16.5

1 year ago

0.16.6

1 year ago

0.16.0

1 year ago

0.16.1

1 year ago

0.16.2

1 year ago

0.15.0

2 years ago

0.13.0

2 years ago

0.14.0

2 years ago

0.12.0

2 years ago

0.11.0

2 years ago

0.10.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago