You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Disallow use of style system props (no-system-colors)
1
+
# Disallow use of styled-system props (no-system-colors)
2
2
3
3
🔧 The `--fix` option on the [ESLint CLI](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
4
4
5
-
System props are deprecated in Primer components (excluding utility components).
5
+
[Styled-system](https://styled-system.com/table) props are deprecated in Primer components (excluding utility components).
6
6
7
7
## Rule details
8
8
9
-
This rule disallows use of any styledsystem prop on a Primer component.
9
+
This rule disallows the use of any styled-system prop on Primer components.
10
10
11
11
\*The two non-deprecated utility components (`Box` and `Text`) are allowed to use system props.
12
12
@@ -26,13 +26,15 @@ import {Button} from '@primer/components'
0 commit comments