style-guide
style-guide copied to clipboard
Add stylelint
This has been something we've wanted to do for a while.
The proposal is to:
- Start with the recommended rule set, or the stricter standard rule set.
- Require camelCase classnames in CSS modules.
- Disallow anti-patterns like
!important
(and others).
It would be great if they added this