Skip to content

Commit

Permalink
Setting LOC at 120 for JSHint and adding Spree to predefined variables
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec committed Jul 19, 2016
1 parent 58dab29 commit bb3bdfd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"forin": true,
"immed": true,
"latedef": "nofunc",
"maxlen": 80,
"maxlen": 120,
"newcap": true,
"noarg": true,
"noempty": true,
Expand All @@ -24,7 +24,8 @@

"angular",
"inject",
"module"
"module",
"Spree"
],
"quotmark": true,
"trailing": true,
Expand Down

0 comments on commit bb3bdfd

Please sign in to comment.