Skip to content

Commit 11cfeb9

Browse files
authored
@primer/components -> @primer/react
1 parent 2bd9419 commit 11cfeb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-system-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import {Avatar} from 'some-other-library'
4343

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

46-
By default, the `no-system-props` rule will only check for styled system props 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 styled system props down to Primer React components.
46+
By default, the `no-system-props` rule will only check for styled system props used in functions and components that are imported from `@primer/react`. You can disable this behavior by setting `skipImportCheck` to `true`. This is useful for linting custom components that pass styled system props down to Primer React components.
4747

4848
- `includeUtilityComponents` (default: `false`)
4949

0 commit comments

Comments
 (0)