10.0.0 • Published 10 months ago

stylelint-config-tc v10.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
10 months ago

stylelint-config-tc

Stylelint shareable config

license npm ci

What is stylelint-config-tc?

Shared configuration for Stylelint. Follow the instructions below to easily include this configuration in another project without having to duplicate the file!

How do I install it?

First thing first, let's make sure you have the necessary pre-requisites.

System Dependencies

Node

Command

npx install-peerdeps --dev stylelint-config-tc

stylelint, stylelint-prettier, and prettier are peer dependencies and must be installed.

Usage

Add the following to your .stylelintrc.json file:

{
	"extends": "stylelint-config-tc"
}

If you need to override a rule, your .stylelintrc.json file should look like the example below. All shared rules will be used, but declaration-block-trailing-semicolon will be turned off.

{
	"extends": "stylelint-config-tc",
	"rules": {
		"declaration-block-trailing-semicolon": null
	}
}

Contributing

Please see the CONTRIBUTING.md file for more information.

Change Log

Please see the CHANGELOG.md for more information.

License

Copyright (c) 2018-2023 Thomas Lindner. Licensed under the MIT license.

10.0.0

10 months ago

9.0.0

2 years ago

8.0.0

2 years ago

7.1.1

3 years ago

7.1.0

4 years ago

7.0.0

4 years ago

6.0.0

4 years ago

5.1.0

4 years ago

5.0.0

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.1.0

6 years ago

1.0.0

6 years ago