From f8e5d56be4ac5e94f1bed3b524590a8d8dbf35d4 Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 4 Feb 2024 15:05:35 +0300 Subject: [PATCH] lint-check --- .lintstagedrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintstagedrc b/.lintstagedrc index 0af244ef..fb052ec8 100644 --- a/.lintstagedrc +++ b/.lintstagedrc @@ -1,6 +1,6 @@ { "*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc}": [ - "biome lint . --no-errors-on-unmatched" + "biome check . --no-errors-on-unmatched --apply" ], "package.json": "sort-package-json", "public/locales/**/*.json": "sort-json"