Skip to content

Commit

Permalink
Update javascript styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen van Bergerem committed Mar 31, 2015
1 parent bafc3ae commit fdf3817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/.jshint.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"bitwise": true,
"camelcase": false,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"indent": 2,
"latedef": true,
"maxlen": false,
"maxlen": 120,
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"nonew": false,
"quotmark": false,
"quotmark": "double",
"undef": true,
"unused": true,

Expand Down

0 comments on commit fdf3817

Please sign in to comment.