Skip to content

Commit

Permalink
Merge pull request #277 from hossein-zare/dev-5.x
Browse files Browse the repository at this point in the history
1 commit & PR.
  • Loading branch information
hossein-zare authored May 5, 2021
2 parents 5d36f48 + 3eb7e5f commit 78d7d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ module.exports = {
}
},
"rules": {
"@typescript-eslint/no-explicit-any": ["error"]
"@typescript-eslint/no-explicit-any": ["error", { "ignoreRestArgs": false, "fixToUnknown": false }]
}
};
};

0 comments on commit 78d7d93

Please sign in to comment.