stylelint-config-ct-prodeng
v2.0.0
Published
Common style linting rules for frontend web projects.
Downloads
696
Readme
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