Skip to content

Commit 6ca729e

Browse files
committed
build(eslint): disable @typescript-eslint/no-explicit-any
1 parent 700f071 commit 6ca729e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
},
77
extends: ['plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'],
88
rules: {
9+
'@typescript-eslint/no-explicit-any': 'off',
910
'@typescript-eslint/no-unused-vars': [
1011
'error',
1112
{ vars: 'all', args: 'none', ignoreRestSiblings: false },

0 commit comments

Comments
 (0)