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
It would be great to automatically populate a .jshintrc at the root of the workshop bootstrapped directory so it configures the user's editor to the workshop code convention.
For instance, my jshintrc is crying of all the missing ; in the bootstrapped code.
It would be great to automatically populate a
.jshintrc
at the root of the workshop bootstrapped directory so it configures the user's editor to the workshop code convention.For instance, my jshintrc is crying of all the missing
;
in the bootstrapped code.Here is a
.jshintrc
that could be a start:The text was updated successfully, but these errors were encountered: