Skip to content

Commit

Permalink
chore: disable no-unsafe-declaration-merging rule
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jul 21, 2023
1 parent f6e3fb8 commit 6d360e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"files": [ "src/test/*.test.ts" ],
"rules": {
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unsafe-declaration-merging": "off",
"@typescript-eslint/ban-ts-comment": ["error", {
"ts-expect-error": false
}]
Expand Down

0 comments on commit 6d360e2

Please sign in to comment.