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
In Makefile and vcbuild.bat, eslint is invoked with the --quiet flag. That flag causes eslint to only report lint errors and not lint warnings. This is unnecessary as all our rules are configured to report as errors. None of the rules are configured to report as warnings. The flag can be removed.
The text was updated successfully, but these errors were encountered:
Since we have a PR for this in that is very likely to land and already had one duplicate submission from someone else, I've removed the good first contribution tag to hopefully not frustrate others who may be looking for their first commit to the project.
In
Makefile
andvcbuild.bat
,eslint
is invoked with the--quiet
flag. That flag causeseslint
to only report lint errors and not lint warnings. This is unnecessary as all our rules are configured to report as errors. None of the rules are configured to report as warnings. The flag can be removed.The text was updated successfully, but these errors were encountered: