Fix jshint issues

* add .jshintrc
* address semicolon errors
* ignore 'already defined' errors
This commit is contained in:
daviskoh
2015-02-05 19:49:55 -05:00
parent 6956b56765
commit cf9b841e33
5 changed files with 23 additions and 8 deletions

View File

@@ -101,6 +101,7 @@ 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);