Skip to content

Commit

Permalink
add ban-ts-comment rule as warn (#7541)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius authored Jan 23, 2025
1 parent 346a738 commit 084d11c
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 @@ -93,6 +93,7 @@ module.exports = {
],
},
],
'@typescript-eslint/ban-ts-comment': 'warn',
},
ignorePatterns: [
'**/__mocks__/*.ts',
Expand Down

0 comments on commit 084d11c

Please sign in to comment.