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
Since ESLint is (theoretically, at least) pluggable and has the same functionality as jshint, it feels like it'd be good to replace it. For instance, to get in a check that variable lists should be indented 4 spaces (apart from the 1st one).
var a,
b,
c;
The text was updated successfully, but these errors were encountered:
http://eslint.org/
Since ESLint is (theoretically, at least) pluggable and has the same functionality as jshint, it feels like it'd be good to replace it. For instance, to get in a check that variable lists should be indented 4 spaces (apart from the 1st one).
The text was updated successfully, but these errors were encountered: