]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - .eslintrc.json
cut templates to 80 line length
[nominatim-ui.git] / .eslintrc.json
index 94aedd380e2ccf598f74217cb4a420eea40a7668..6af997f8b53fa4f9eb2e8a5b566ca666daeb3a54 100644 (file)
@@ -25,7 +25,7 @@
         "no-param-reassign": "off",
         "max-len": [
           "error",
-          140,
+          100,
           2,
           {
             "ignoreUrls": true,