Skip to content

Commit a40bd58

Browse files
author
Simon Planinschek
committed
Updated parmeter in .eslintrc.json
1 parent 87bfcfb commit a40bd58

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"@typescript-eslint/member-delimiter-style": "off",
3131
"@typescript-eslint/explicit-function-return-type": "off",
3232
"@typescript-eslint/no-var-requires": "off",
33-
"@typescript-eslint/no-extra-semi": "off"
33+
"@typescript-eslint/no-extra-semi": "off",
34+
"@typescript-eslint/no-explicit-any": "off"
3435
},
3536
"overrides": [
3637
{

0 commit comments

Comments
 (0)