Skip to content

Commit ed6411b

Browse files
committed
turn off require
1 parent 3599084 commit ed6411b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ module.exports = {
3131
// // being applied to subsequent plugin imports/extensions. Wild.
3232
files: ['*.tsx', '*.ts'],
3333
rules: {
34+
// // We use require many times in this repository, so we need to turn this off.
35+
'@typescript-eslint/no-explicit-any': 'off',
3436
// // These rules could be useful, but we haven't gotten around to enabling them here
3537
// // See WEB-2 for general tracking.
3638
'@typescript-eslint/no-explicit-any': 'off',

0 commit comments

Comments
 (0)