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
This plugin is giving me different warnings from what the actual JSHint CLI is giving me.
Even though I have removed all default JSHint config options for the plugin.
Specifically, I'm getting "redeclaring const" warnings where there should be none.
Example:
{ const num = 6; }
{ const num = 7; }
The text was updated successfully, but these errors were encountered:
Can you try again now that jshint was updated to 2.9.1? Please also verify that the options passed in by the plugin don't affect the result you'd want to see (check out "Linting Preferences").
This plugin is giving me different warnings from what the actual JSHint CLI is giving me.
Even though I have removed all default JSHint config options for the plugin.
Specifically, I'm getting "redeclaring const" warnings where there should be none.
Example:
The text was updated successfully, but these errors were encountered: