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
Running gulp lint with the new eslint task in metal/metal.js I've noticed that if I remove a semicolon from a required place, lint won't complain about it. Our previous linter complained about that, and it's useful, so we need to make sure the new one is configured to complain as well.
@bryceosterhaus could you take a look at this? It's probably just missing some configuration.
The text was updated successfully, but these errors were encountered:
Running
gulp lint
with the new eslint task in metal/metal.js I've noticed that if I remove a semicolon from a required place, lint won't complain about it. Our previous linter complained about that, and it's useful, so we need to make sure the new one is configured to complain as well.@bryceosterhaus could you take a look at this? It's probably just missing some configuration.
The text was updated successfully, but these errors were encountered: