ESLint 0.7.2 releasedby Nicholas C. Zakas - 8 July 2014We just pushed ESLint 0.7.2, which is a patch update to fix several bugs discovered in 0.7.1.Bug FixesFix: no-mixed-spaces-and-tabs incorrectly flagging multiline comments (fixes #1055) (Nicholas C. Zakas)Fix: new-cap error that throws on non-string member (fixes #1053) (Nicholas C. Zakas)Fix: Always make globals an object (Fixes #1049) (jrajav)