14 "Nominatim_Config": true,
16 "L": true // leaflet library
19 "camelcase": "off", // my_var is fine, no need for myVar
20 "func-names": "off", // anonymous 'function()' is fine
22 "new-cap": "off", // constructor name can start lowercase (as Leaflet does)
23 "no-multiple-empty-lines": "off",
24 "padded-blocks": "off",
25 "no-param-reassign": "off",
32 "ignoreComments": false
38 "files": ["handlebar_helpers.js"],
40 "get_config_value": true