added explicit any test

This commit is contained in:
Asier Isayas
2023-10-17 12:53:52 -04:00
parent 282004b09b
commit 6e267b2bba
3 changed files with 11 additions and 7 deletions

View File

@@ -39,6 +39,7 @@ module.exports = {
"@typescript-eslint/switch-exhaustiveness-check": "error",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-explicit-any": "error",
"prefer-arrow/prefer-arrow-functions": ["error", { allowStandaloneDeclarations: true }],
eqeqeq: "error",
"react/display-name": "off",