8.1.0 • Published 3 years ago

stylelint-config-niksy v8.1.0

Weekly downloads
374
License
MIT
Repository
github
Last release
3 years ago

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.

SCSS

SCSS specific rules.

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

License

MIT © Ivan Nikolić

8.1.0

3 years ago

8.0.0

4 years ago

7.0.0

4 years ago

6.0.1

5 years ago

6.0.0

5 years ago

5.3.0

6 years ago

5.2.0

6 years ago

5.1.1

6 years ago

5.1.0

6 years ago

5.0.2

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.2.3

7 years ago

3.2.2

7 years ago

3.2.1

7 years ago

3.2.0

7 years ago

3.1.0

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.5.1

8 years ago

2.5.0

8 years ago

2.4.0

8 years ago

2.3.1

8 years ago

2.3.0

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago