Skip to content

Commit

Permalink
Silence ESLint rule about declaration merging
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Sep 22, 2023
1 parent abb0805 commit 52383fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"@typescript-eslint/no-extra-semi": "off",
"indent": "off",
"no-useless-constructor": "off",
"@typescript-eslint/no-useless-constructor": "warn"
"@typescript-eslint/no-useless-constructor": "warn",
"@typescript-eslint/no-unsafe-declaration-merging": "off"
},
"parserOptions": {
"project": "./tsconfig.json"
Expand Down

1 comment on commit 52383fe

@vercel
Copy link

@vercel vercel bot commented on 52383fe Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vintl – ./

vintl-git-main-vintl-dev.vercel.app
vintl-vintl-dev.vercel.app
vintl.vercel.app

Please sign in to comment.