X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/8e602e40f04bb048adba103dd1dde79ba2cfdffc..2e0ac271f2e1f9d8516dc303ef68e4903374fb0b:/.eslintrc.json diff --git a/.eslintrc.json b/.eslintrc.json index 94aedd3..a3e191f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -25,7 +25,7 @@ "no-param-reassign": "off", "max-len": [ "error", - 140, + 100, 2, { "ignoreUrls": true, @@ -33,6 +33,12 @@ } ] } + }, + { + "files": ["handlebar_helpers.js"], + "globals": { + "get_config_value": true + } } ] }