Browse Source

EAGLESIX-3157: jshint change to abuse expressions

see http://www.jshint.com/docs/options/#expr
Kyle P Davis 11 years ago
parent
commit
8f1b7def78
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .jshintrc

+ 1 - 0
.jshintrc

@@ -23,6 +23,7 @@
 	"maxlen": 140,
 
 	"boss": true,
+	"expr": true,
 	"globalstrict": true,
 
 	"node": true,