diff --git a/.yarn/cache/@biomejs-cli-win32-x64-npm-1.7.3-fe53f238e2-8.zip b/.yarn/cache/@biomejs-cli-linux-x64-npm-1.7.3-c49c888a24-8.zip similarity index 51% rename from .yarn/cache/@biomejs-cli-win32-x64-npm-1.7.3-fe53f238e2-8.zip rename to .yarn/cache/@biomejs-cli-linux-x64-npm-1.7.3-c49c888a24-8.zip index c39cd7e6..7edaa45d 100644 Binary files a/.yarn/cache/@biomejs-cli-win32-x64-npm-1.7.3-fe53f238e2-8.zip and b/.yarn/cache/@biomejs-cli-linux-x64-npm-1.7.3-c49c888a24-8.zip differ diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.19.11-2afe281ab0-8.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.19.11-2afe281ab0-8.zip new file mode 100644 index 00000000..be68b52f Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.19.11-2afe281ab0-8.zip differ diff --git a/.yarn/cache/@esbuild-win32-x64-npm-0.19.11-45828b663c-8.zip b/.yarn/cache/@esbuild-win32-x64-npm-0.19.11-45828b663c-8.zip deleted file mode 100644 index 356447d7..00000000 Binary files a/.yarn/cache/@esbuild-win32-x64-npm-0.19.11-45828b663c-8.zip and /dev/null differ diff --git a/package.json b/package.json index cf17479f..fad5c5fa 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,9 @@ "typescript": "^5.4.5" }, "lint-staged": { - "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": ["biome check --files-ignore-unknown=true"] + "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [ + "biome check --files-ignore-unknown=true" + ] }, "packageManager": "yarn@3.7.0" }