]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - .eslintrc.json
default to localhost
[nominatim-ui.git] / .eslintrc.json
index 6af997f8b53fa4f9eb2e8a5b566ca666daeb3a54..a3e191f089a29b227b449efe93754de5adfafcde 100644 (file)
           }
         ]
       }
+    },
+    {
+      "files": ["handlebar_helpers.js"],
+      "globals": {
+        "get_config_value": true
+      }
     }
   ]
 }