X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/ee7a9e1322bc73e4aacfb9aa886de95510bb7790..02073535c046eb8d3548f2c166bc9c8ddd3de00a:/package.json diff --git a/package.json b/package.json index 059dc33..fcc6fe2 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": "rollup -c", "dev": "rollup -c -w", "lint": "eslint --quiet .*.js src/ test/", + "lint:fix": "eslint --fix .*.js src/ test/", "test": "rollup -c && mocha --recursive test/", "start": "static-server dist" },