Skip to content

Commit

Permalink
lint: disable @typescript-eslint/no-explicit-any
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Jan 3, 2024
1 parent 7064bf4 commit 87de8bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"@typescript-eslint/ban-types": ["error"],
"no-useless-escape": ["error"],
"no-prototype-builtins": ["error"],
"prefer-spread": ["error"]
"prefer-spread": ["error"],
"@typescript-eslint/no-explicit-any": "off"
}
},
{
Expand Down

0 comments on commit 87de8bc

Please sign in to comment.