Closed silverwind closed 18 hours ago
FYI, in case anyone is wondering about the no-undef
TODO:
Typescript fully covers this rule and recommends it to be disabled. Currently the rule raises false-positives for global ambient type annotations like JQuery
. So my plan is to fix all tsc
errors and then enable tsc
and disable this rule. Until then, type annotations like JQuery
can only be used with a accompanying // eslint-disable-line
.
Fixes around 30 or so typescript errors. No runtime changes.