]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - package.json
convert mocha and eslint configuration to json file
[nominatim-ui.git] / package.json
index d9b4baa039224e7ae9516c7767b12049c4043d05..70fbba1360e79b8d357ae61749a53c35f4cba21c 100644 (file)
@@ -6,8 +6,8 @@
   "scripts": {
     "build": "rollup -c",
     "dev": "rollup -c -w",
-    "lint": "eslint --quiet .*.js src/ test/",
-    "lint:fix": "eslint --fix .*.js src/ test/",
+    "lint": "eslint --quiet *.js src/ test/",
+    "lint:fix": "eslint --fix *.js src/ test/",
     "test": "rollup -c && mocha --recursive test/",
     "start": "static-server dist"
   },