A set of rules that helps React developers working with styled components and styled-system.
| Name | Description |
|---|---|
| no-hardcoded-values | Ensures your application theme's values are used everywhere; detects and correct hardcoded values. |
| no-styled-props-in-jsx | Disallow (or restrict) the usage of styled props in the JSX markup |