Skip to content

Commit

Permalink
do not use any in application sources
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Nov 12, 2019
1 parent 51a4802 commit 505be0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"prefer-spread": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-member-accessibility": "off",
"security/detect-non-literal-fs-filename": "off",
"security/detect-object-injection": "off",
Expand All @@ -40,6 +39,7 @@
"test/*.ts"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-var-requires": "off"
}
}
Expand Down

0 comments on commit 505be0a

Please sign in to comment.