Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b46cf4

Browse files
committedNov 19, 2024··
fix: disable strict TypeScript rule for no-explicit-any
1 parent 5da2f5a commit 2b46cf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎.eslintrc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ env:
1111
node: true
1212
es2022: true
1313
rules:
14-
'@typescript-eslint/no-explicit-any': 'off'
1514
'@typescript-eslint/no-unsafe-member-access': 'off'

0 commit comments

Comments
 (0)
Please sign in to comment.