Skip to content

Commit

Permalink
build(eslint): add support for function overloading in ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Jan 5, 2022
1 parent 7f3da72 commit 751df21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
"object-curly-spacing": "off",
"semi": "off",
"node/no-unsupported-features/node-builtins": "off",
"no-redeclare": [
{
"ignoreDeclarationMerge": true
}
],
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-empty-interface": [
"error",
Expand Down

0 comments on commit 751df21

Please sign in to comment.