Skip to content

Commit ee12037

Browse files
committed
Allow any type
1 parent f71ba91 commit ee12037

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ module.exports = {
88
files: ['*.ts'],
99
parser: '@typescript-eslint/parser',
1010
plugins: ['@typescript-eslint'],
11-
extends: ['plugin:@typescript-eslint/recommended']
11+
extends: ['plugin:@typescript-eslint/recommended'],
12+
rules: { '@typescript-eslint/no-explicit-any': 'off' }
1213
}
1314
],
1415
parserOptions: {

0 commit comments

Comments
 (0)