Skip to content

Commit

Permalink
fix(build): Disable no-explicit-any rule
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Sep 24, 2023
1 parent ed61d4f commit abe5d23
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 @@ -16,5 +16,6 @@ module.exports = {
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
};

0 comments on commit abe5d23

Please sign in to comment.