Skip to content

Commit

Permalink
Update .jshintrc
Browse files Browse the repository at this point in the history
It had fallen behind othe projects. Copied from pelias/api.
  • Loading branch information
orangejulius committed Aug 21, 2019
1 parent d0da681 commit 58fa51d
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 @@ -2,6 +2,7 @@
"node": true,
"curly": true,
"eqeqeq": true,
"esversion": 6,
"freeze": true,
"immed": true,
"indent": 2,
Expand All @@ -14,8 +15,8 @@
"plusplus": false,
"quotmark": "single",
"undef": true,
"unused": true,
"unused": false,
"maxparams": 4,
"maxdepth": 4,
"maxlen": 120
"maxlen": 140
}

0 comments on commit 58fa51d

Please sign in to comment.