Skip to content

Commit 7ce9dc9

Browse files
authored
chore(ui): update eslint config to prefer @typescript-eslint no-unused-vars (#3106)
1 parent 998a2de commit 7ce9dc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ui/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ module.exports = {
1414
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
1515
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
1616
'no-undef': 'off',
17+
'no-unused-vars': 'off', // prefer @typescript-eslint version
1718
},
1819
};

0 commit comments

Comments
 (0)