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
Disabling the line length check in jscs for everything is bad. We should try to only exclude the deepEqual tests for that check, or exclude that file (we never touch it anyway). Its much important to have the line length check for src/ in place.
Disabling the line length check in jscs for everything is bad. We should try to only exclude the deepEqual tests for that check, or exclude that file (we never touch it anyway). Its much important to have the line length check for
src/in place.