Skip to content

Commit

Permalink
Make no explicit any a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusKjeldgaard committed Jan 19, 2024
1 parent 795cef3 commit 57de6dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslintrc-custom-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-non-null-assertion": "warn",
"@typescript-eslint/member-ordering": "off",
"@typescript-eslint/triple-slash-reference": "error"
"@typescript-eslint/triple-slash-reference": "error",
"@typescript-eslint/no-explicit-any": "warn"
}
}
]
Expand Down

0 comments on commit 57de6dd

Please sign in to comment.