diff --git a/frontends/web/package.json b/frontends/web/package.json index 094d3b25fd6f4a0b3bcb6f86261dfb300c77b5a5..f57fe3df7867169bf6efb8d0f502833f58243817 100644 --- a/frontends/web/package.json +++ b/frontends/web/package.json @@ -10,7 +10,7 @@ "scripts": { "build": "parcel build index.html", "dev": "parcel index.html", - "eslint": "eslint .", + "lint": "eslint .", "nodemon": "nodemon --exec \"parcel --no-cache index.html\"", "pretty": "prettier --config .prettierrc \"./**/*.{js,ts,tsx,json}\" --write", "start": "npm run build",