Skip to content

Commit

Permalink
feat(app generator chore): relax line breaking style
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Jul 22, 2015
1 parent 938524f commit f8cbd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/@.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
, "globalstrict": false
, "iterator": false
, "lastsemic": false
, "laxbreak": false // *** Deprecation warning; about coding style, not correctnees.
, "laxbreak": true // Because, sometimes, you just need a break. *** Deprecation warning; about coding style, not correctnees.
, "laxcomma": true // Because you *like* comma-first style. *** Deprecation warning; about coding style, not correctnees.
, "loopfunc": false
, "moz": false
Expand Down

0 comments on commit f8cbd62

Please sign in to comment.