Skip to content

Commit

Permalink
chore: allow "any" type but log a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf authored Jan 3, 2023
1 parent a95fb70 commit 3439144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
],
"@typescript-eslint/interface-name-prefix": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-parameter-properties": "off",
Expand Down

0 comments on commit 3439144

Please sign in to comment.