Skip to content

Commit e9453c2

Browse files
authored
Update docs/rules/no-deprecated-colors.md
1 parent 465d99c commit e9453c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/rules/no-deprecated-colors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ const ThemeGetExample = styled.div`
4444

4545
- `skipImportCheck` (default: `false`)
4646

47-
By default, the `no-deprecated-colors` rule will only check for deprecated colors used in functions and components that are imported from `@primer/components`. You can disable this behavior by setting `skipImportCheck` to `true`. This is useful for linting custom components that that pass color-related props down to Primer React components.
47+
By default, the `no-deprecated-colors` rule will only check for deprecated colors used in functions and components that are imported from `@primer/components`. You can disable this behavior by setting `skipImportCheck` to `true`. This is useful for linting custom components that pass color-related props down to Primer React components.
48+
4849

4950
```
5051
"primer-react/no-deprecated-colors": ["warn", {"skipImportCheck": true}]

0 commit comments

Comments
 (0)