Skip to content

Commit

Permalink
Turn on warn for no-explicit-any
Browse files Browse the repository at this point in the history
  • Loading branch information
Cal Irvine committed Feb 7, 2024
1 parent 7358858 commit e66f1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = {
},
rules: {
// we're cool with explicit any (for now)
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-explicit-any": 1,

// https://stackoverflow.com/questions/68802881/get-rid-of-is-defined-but-never-used-in-function-parameter
"no-unused-vars": 0,
Expand Down

0 comments on commit e66f1be

Please sign in to comment.