Skip to content

Commit

Permalink
disable eslint no-unsafe-declaration-merging
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Oct 1, 2023
1 parent f6bf8a6 commit e37cfeb
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 @@ -31,6 +31,7 @@ module.exports = {
mocha: true
},
rules: {
"@typescript-eslint/no-unsafe-declaration-merging": "off",
"@typescript-eslint/camelcase": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-non-null-assertion": "off",
Expand Down

0 comments on commit e37cfeb

Please sign in to comment.