diff --git a/package.json b/package.json index d7aca8f3..867edc04 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "start": "nuxt start", "generate": "nuxt generate", "lint": "npx eslint --ext .vue --ext .js .", + "lintfix": "npm run lint -- --fix", "prepare": "husky install", "heroku-postbuild": "npm run build", "cypress:open": "cypress open",