This package has been deprecated

Author message:

Use stylelint-config-nitpick.

stylelint-config-niksy

8.1.0 • Public • Published

stylelint-config-niksy

Build Status

Stylelint config for my projects.

Install

npm install stylelint@13 stylelint-config-niksy --save-dev

Usage

Add this config to your .stylelintrc:

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

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

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

Presets

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

SCSS

SCSS specific rules.

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

License

MIT © Ivan Nikolić

Dependents (0)

Package Sidebar

Install

npm i stylelint-config-niksy

Weekly Downloads

2

Version

8.1.0

License

MIT

Unpacked Size

20.4 kB

Total Files

5

Last publish

Collaborators

  • niksy