2.0.0 • Published 2 years ago

stylelint-config-ct-prodeng v2.0.0

Weekly downloads
9
License
Apache-2.0
Repository
-
Last release
2 years 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

2 years ago

1.0.4

3 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago