Skip to content

Commit 959396f

Browse files
authored
Add SkeletonBox to excluded props in no-system-props rule
1 parent d855bea commit 959396f

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
@@ -48,6 +48,7 @@ const excludedComponentProps = new Map([
4848
['PointerBox', new Set(['bg'])],
4949
['Truncate', new Set(['maxWidth'])],
5050
['Stack', new Set(['padding', 'gap'])],
51+
['SkeletonBox', new Set(['width', 'height'])],
5152
])
5253

5354
const alwaysExcludedProps = new Set(['variant', 'size'])

0 commit comments

Comments
 (0)