diff --git a/front/package.json b/front/package.json index a132c7ae..5c6a6185 100644 --- a/front/package.json +++ b/front/package.json @@ -11,6 +11,7 @@ "build:mobile:dev": "yarn workspace mobile build:dev", "update": "yarn workspace mobile update", "lint": "biome lint .", + "lint:fix": "biome lint . --apply", "format": "biome format .", "format:fix": "biome format . --write" },