Skip to content

Commit

Permalink
fix: disable strict TypeScript rule for no-explicit-any
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatz committed Nov 19, 2024
1 parent 5da2f5a commit 2b46cf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ env:
node: true
es2022: true
rules:
'@typescript-eslint/no-explicit-any': 'off'
'@typescript-eslint/no-unsafe-member-access': 'off'

0 comments on commit 2b46cf4

Please sign in to comment.