Skip to content

Commit a7f9a53

Browse files
committed
chore(eslint): remove Rewards from color-no-hex override to avoid unintended test lint errors
1 parent 5a5d005 commit a7f9a53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ module.exports = {
122122
'app/components/Snaps/**/*.{js,jsx,ts,tsx}',
123123
'app/components/UI/Predict/**/*.{js,jsx,ts,tsx}',
124124
'app/components/UI/Ramp/**/*.{js,jsx,ts,tsx}',
125-
'app/components/UI/Rewards/**/*.{js,jsx,ts,tsx}',
126125
],
127126
rules: {
128127
'@metamask/design-tokens/color-no-hex': 'error',

0 commit comments

Comments
 (0)