Skip to content

Commit

Permalink
Update eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Jan 29, 2024
1 parent e7536c0 commit 4fa299e
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 @@ -26,6 +26,7 @@ module.exports = {
"argsIgnorePattern": "^_",
},
],
"@typescript-eslint/no-unsafe-declaration-merging": "warn",
"@typescript-eslint/no-var-requires": "warn",
"semi": "error",
"no-useless-escape": "off",
Expand Down

0 comments on commit 4fa299e

Please sign in to comment.