lint: enable reportUnusedDisableDirectives and remove unused suppressions (#28721)

This enables linting against unused suppressions and removes the ones
that were unused.
This commit is contained in:
Jan Kassens
2024-06-21 12:24:32 -04:00
committed by GitHub
parent 3563387fe3
commit b565373afd
66 changed files with 44 additions and 148 deletions

View File

@@ -1,7 +1,5 @@
'use strict';
/* eslint-disable no-for-of-loops/no-for-of-loops */
const getComments = require('./getComments');
const GATE_VERSION_STR = '@reactVersion ';