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
eslint-loader has an option named emitWarning to make all errors warnings instead, to help during development so hot-updates etc. do not fail.
It would be great to allow setting this option in fork ts checker as well.
eslint-loader has an option named
emitWarningto make all errors warnings instead, to help during development so hot-updates etc. do not fail.It would be great to allow setting this option in fork ts checker as well.