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
After e77e935 changes made by @Trott, jslint error fails on windows machine because linebreak-style rule expects linebreaks to be LF but on windows they are CRLF and this fails the linebreak-style rule for all *.js files.