Skip to content

Commit

Permalink
Allow ts-ignore (#59)
Browse files Browse the repository at this point in the history
allow ts ignore
  • Loading branch information
StanislavBreadless committed Nov 3, 2023
1 parent db5bbad commit 97208b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"rules": {
"no-multiple-empty-lines": ["error", { "max": 1 }],
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/ban-ts-comment": "off",
"import/no-named-as-default-member": "off",
"import/namespace": "off",
"import/no-unresolved": "off",
Expand Down

0 comments on commit 97208b7

Please sign in to comment.