mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
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:
@@ -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 ';
|
||||
|
||||
Reference in New Issue
Block a user