We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3599084 commit ed6411bCopy full SHA for ed6411b
.eslintrc.js
@@ -31,6 +31,8 @@ module.exports = {
31
// // being applied to subsequent plugin imports/extensions. Wild.
32
files: ['*.tsx', '*.ts'],
33
rules: {
34
+ // // We use require many times in this repository, so we need to turn this off.
35
+ '@typescript-eslint/no-explicit-any': 'off',
36
// // These rules could be useful, but we haven't gotten around to enabling them here
37
// // See WEB-2 for general tracking.
38
'@typescript-eslint/no-explicit-any': 'off',
0 commit comments