diff --git a/package.json b/package.json index 0a7a1927..bfe6fb9d 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "demo": "npm run --workspace demo start", "demo:gcs": "npm run --workspace demo start:gcs", "demo:s3": "npm run --workspace demo start:s3", - "lint": "turbo run lint", - "format": "turbo run format", + "lint": "eslint .", + "format": "eslint --fix .", "pretest": "tsc --build", "test": "turbo run test", "version": "changeset version",