1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

removed jshint rule that was introduced for code that was later removed

This commit is contained in:
BendingBender 2014-02-26 00:30:29 +01:00
parent 2e5dbd10b3
commit e4ed52c0ec

View File

@ -21,6 +21,5 @@ require('smoosh').config({
, "asi": true , "asi": true
, "laxbreak": true , "laxbreak": true
, "laxcomma": true , "laxcomma": true
, "eqnull": true
} }
}).run().build().analyze() }).run().build().analyze()