replace jshint w/ eslint

This commit is contained in:
daviskoh
2015-02-17 15:44:08 -05:00
parent 0c62b9e4ed
commit 4dc175dda4
3 changed files with 11 additions and 5 deletions

View File

@@ -101,7 +101,6 @@ describe('Random layout', function() {
delete node.style.flex;
delete node.style.position;
/*jshint -W083 */
it('should layout randomly #' + i +'.', function(node) {
if (JSON.stringify(computeLayout(node)) !== JSON.stringify(computeDOMLayout(node))) {
node = reduceTest(node);