11.0.2 • Published 24 days ago

stylelint-config-nitpick v11.0.2

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

stylelint-config-nitpick

Build Status

Stylelint config for my projects.

Install

npm install stylelint@16 stylelint-config-nitpick --save-dev

Usage

Add this config to your .stylelintrc:

{
	"extends": [
		"stylelint-config-nitpick"
	]
}

If you’re using presets, it’s highly recommended to apply default preset:

{
	"extends": [
		"stylelint-config-nitpick",
		"stylelint-config-nitpick/other-preset"
	]
}

Presets

In addition to default preset, there are also specific presets. You can apply multiple presets with Stylelint extends option.

SCSS

SCSS specific rules.

{
	"extends": [
		"stylelint-config-nitpick/scss"
	]
}

License

MIT © Ivan Nikolić