Skip to content

Commit ab410c6

Browse files
authored
ci: Warn on unused disabled directives (#10610)
1 parent cb88a7c commit ab410c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
'test/manual/**',
2323
'types/**',
2424
],
25+
reportUnusedDisableDirectives: true,
2526
overrides: [
2627
{
2728
files: ['*.ts', '*.tsx', '*.d.ts'],

0 commit comments

Comments
 (0)