Skip to content

Commit

Permalink
fix: change some rules for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 23, 2020
1 parent 4a00e6e commit 62a3794
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.js
Expand Up @@ -9,4 +9,13 @@ module.exports = {
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
],
"overrides": [
{
"files": ["*.test.ts"],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-function-return-type": "off"
}
}
],
};

0 comments on commit 62a3794

Please sign in to comment.