2.0.0 • Published 6 months ago

stylelint-config-ct-prodeng v2.0.0

Weekly downloads
9
License
Apache-2.0
Repository
-
Last release
6 months ago

Usage

  • Add stylelint-config-ct-prodeng to your project's (dev-)dependencies.
  • Create a .stylelintrc file at the root of your project.
  • Add the following content to your newly created .stylelintrc file:
    {
    	"extends": "stylelint-config-ct-prodeng"
    }
  • You can easily overwrite and extend this set of rules by adding your own rules in your project's .stylelintrc file:
    {
      "extends": "...",
      "rules": {
        ...
      }
    }

More possible rules

All possible rules re listed at https://github.com/stylelint/stylelint-config-standard/blob/master/README.md

2.0.0

6 months ago

1.0.4

2 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago