X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/267d5108c3de7c23120a2d29f6cfba9e4ac90d46..2e0ac271f2e1f9d8516dc303ef68e4903374fb0b:/.eslintrc.json diff --git a/.eslintrc.json b/.eslintrc.json index 6af997f..a3e191f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -33,6 +33,12 @@ } ] } + }, + { + "files": ["handlebar_helpers.js"], + "globals": { + "get_config_value": true + } } ] }