Skip to content

Commit

Permalink
Disable "no explicit any"
Browse files Browse the repository at this point in the history
whose idea was this anyway
  • Loading branch information
vcarl committed Dec 8, 2021
1 parent 0a9a6c8 commit 1ac66a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
commonjs: true,
},
rules: {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/camelcase": "off",
Expand Down

0 comments on commit 1ac66a4

Please sign in to comment.