Skip to content

Commit

Permalink
Create curly-carrots-tickle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis authored Sep 20, 2021
1 parent e9453c2 commit d9dfb8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-carrots-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-primer-react": patch
---

Add `skipImportCheck` option. 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.

0 comments on commit d9dfb8d

Please sign in to comment.