8.1.0 • Published 4 years ago

stylelint-config-niksy v8.1.0

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

4 years ago

8.0.0

5 years ago

7.0.0

6 years ago

6.0.1

7 years ago

6.0.0

7 years ago

5.3.0

7 years ago

5.2.0

7 years ago

5.1.1

8 years ago

5.1.0

8 years ago

5.0.2

8 years ago

5.0.1

8 years ago

5.0.0

8 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.2.3

9 years ago

3.2.2

9 years ago

3.2.1

9 years ago

3.2.0

9 years ago

3.1.0

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.5.1

10 years ago

2.5.0

10 years ago

2.4.0

10 years ago

2.3.1

10 years ago

2.3.0

10 years ago

2.2.1

10 years ago

2.2.0

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago