add ban-ts-comment rule as warn (#7541)

This commit is contained in:
Samuel Newman
2025-01-23 16:32:24 +00:00
committed by GitHub
parent 346a7387f6
commit 084d11c63a
+1
View File
@@ -93,6 +93,7 @@ module.exports = {
],
},
],
'@typescript-eslint/ban-ts-comment': 'warn',
},
ignorePatterns: [
'**/__mocks__/*.ts',