diff --git a/package.json b/package.json index a9291a71..4dfd517f 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "docs:build": "nuxi generate docs", "release": "npm run lint && npm run test && changelogen --release && npm publish && git push --follow-tags", "lint": "eslint .", + "lint:fix": "eslint . --fix", "test": "vitest run", "test:watch": "vitest watch" },