mirror of https://github.com/pelias/api.git
Harish Krishna
10 years ago
3 changed files with 24 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||||||
|
{ |
||||||
|
"node": true, |
||||||
|
"curly": true, |
||||||
|
"eqeqeq": true, |
||||||
|
"freeze": true, |
||||||
|
"immed": true, |
||||||
|
"indent": 2, |
||||||
|
"latedef": false, |
||||||
|
"newcap": true, |
||||||
|
"noarg": true, |
||||||
|
"noempty": true, |
||||||
|
"nonbsp": true, |
||||||
|
"nonew": true, |
||||||
|
"plusplus": false, |
||||||
|
"quotmark": "single", |
||||||
|
"undef": true, |
||||||
|
"unused": false, |
||||||
|
"maxparams": 4, |
||||||
|
"maxdepth": 4, |
||||||
|
"maxlen": 140 |
||||||
|
} |
Loading…
Reference in new issue