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
When enabling the no-restricted-disable rule, I guess both the following statements should be reported as errors:
/* eslint-disable max-lines *//* eslint max-lines: off */
But only the first one is reported. Shouldn't the second statement be an error as well?
Thanks!
The text was updated successfully, but these errors were encountered:
bogdan-zaharia-hs
changed the title
[no-restricted-disable] should rule: off
[no-restricted-disable] should rule: off be reported as error?
May 28, 2020
When enabling the
no-restricted-disable
rule, I guess both the following statements should be reported as errors:But only the first one is reported. Shouldn't the second statement be an error as well?
Thanks!
The text was updated successfully, but these errors were encountered: