X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/307bdf7ed25af2ff5cb340398ce069ddb0d81b16..d1075b7512f5004614ac98c174f2ba699cb510b9:/package.json diff --git a/package.json b/package.json index d9b4baa..70fbba1 100644 --- a/package.json +++ b/package.json @@ -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" },