]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - .eslintrc.json
default to localhost
[nominatim-ui.git] / .eslintrc.json
index 94aedd380e2ccf598f74217cb4a420eea40a7668..a3e191f089a29b227b449efe93754de5adfafcde 100644 (file)
@@ -25,7 +25,7 @@
         "no-param-reassign": "off",
         "max-len": [
           "error",
-          140,
+          100,
           2,
           {
             "ignoreUrls": true,
           }
         ]
       }
+    },
+    {
+      "files": ["handlebar_helpers.js"],
+      "globals": {
+        "get_config_value": true
+      }
     }
   ]
 }