We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc79f0 commit 2bd9419Copy full SHA for 2bd9419
src/rules/no-system-props.js
@@ -44,7 +44,7 @@ module.exports = {
44
}
45
},
46
create(context) {
47
- // If `skipImportCheck` is true, this rule will check for deprecated colors
+ // If `skipImportCheck` is true, this rule will check for deprecated styled system props
48
// used in any components (not just ones that are imported from `@primer/components`).
49
const skipImportCheck = context.options[0] ? context.options[0].skipImportCheck : false
50
0 commit comments