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)
2
+
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
+
5
+
System props are deprecated in Primer components (excluding utility components).
6
+
7
+
## Rule details
8
+
9
+
This rule disallows use of any styled system prop on a Primer component.
10
+
11
+
\*The two non-deprecated utility components (`Box` and `Text`) are allowed to use system props.
0 commit comments