You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of eslint 4.8.0, there is a new --report-unused-disable-directives option that will report if it finds any eslint-disable comments that are no longer relevant.
We should add this to our react-scripts fork.
The text was updated successfully, but these errors were encountered:
As of eslint 4.8.0, there is a new
--report-unused-disable-directives
option that will report if it finds anyeslint-disable
comments that are no longer relevant.We should add this to our react-scripts fork.
The text was updated successfully, but these errors were encountered: