Skip to content

Commit 0ee9b31

Browse files
committed
ESLint: restore Rewards override and keep Ramp (color-no-hex error)
1 parent 7f2bb7e commit 0ee9b31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ 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}',
125126
],
126127
rules: {
127128
'@metamask/design-tokens/color-no-hex': 'error',

0 commit comments

Comments
 (0)