Skip to content

Commit

Permalink
feat: warn for ts-ignore comments for ESM (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Oct 4, 2023
1 parent 3886705 commit 350fbf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/ban-ts-comment": "warn",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-warning-comments": "off",
Expand Down

0 comments on commit 350fbf0

Please sign in to comment.