stylelint-config-niksy

Stylelint config for my projects.


Keywords
niksy, stylelint, stylelintconfig
License
MIT
Install
npm install stylelint-config-niksy@8.1.0

Documentation

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ć