mirror of https://github.com/pelias/api.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
346 B
21 lines
346 B
{ |
|
"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 |
|
}
|
|
|