Update lint script to fix

This commit is contained in:
Franck Royer 2022-04-22 15:19:56 +10:00
parent 498a2320ba
commit bb2f04e336
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"packageManager": "yarn@3.2.0",
"type": "module",
"scripts": {
"lint": "eslint . --ext .js",
"lint": "eslint . --ext .js --fix",
"format": "prettier --write .",
"fix": "run-s lint format",
"predefined-prod": "mocha predefinedProdFleet.js --exit",