diff --git a/package.json b/package.json index 5035aa18f..7ecd3700d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "test": "jest", "commitlint": "commitlint --edit", "lint": "eslint src --ext .ts", - "lint:fix": "pnpm lint -- --fix", + "lint:fix": "pnpm lint --fix", "prettier": "prettier . --write" }, "type": "module",