Skip to content

Commit

Permalink
allow explicit any
Browse files Browse the repository at this point in the history
  • Loading branch information
maparent committed Dec 20, 2023
1 parent 99db002 commit 7e91dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ module.exports = {
"error",
{ args: "none", varsIgnorePattern: "^_" },
],
"@typescript-eslint/no-explicit-any": ["warn"],
"@typescript-eslint/no-explicit-any": ["off"],
},
};

0 comments on commit 7e91dd4

Please sign in to comment.