Skip to content

Commit 4dc79f0

Browse files
authored
Add circle octicon to excluded components
1 parent f5bf869 commit 4dc79f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/no-system-props.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const utilityComponents = new Set(['Box', 'Text'])
1414
const excludedComponentProps = new Map([
1515
['AnchoredOverlay', new Set(['width', 'height'])],
1616
['Avatar', new Set(['size'])],
17+
['CircleOcticon', new Set(['size'])]
1718
['Dialog', new Set(['width', 'height'])],
1819
['ProgressBar', new Set(['bg'])],
1920
['Spinner', new Set(['size'])],

0 commit comments

Comments
 (0)