This commit is contained in:
wass08
2026-01-21 10:03:29 +09:00
parent 14b0e6a98d
commit 5de0818633
53 changed files with 1241 additions and 1420 deletions
+5 -2
View File
@@ -1,6 +1,5 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["ultracite", "ultracite/core", "ultracite/next"],
"vcs": {
"enabled": true,
"clientKind": "git",
@@ -66,7 +65,7 @@
"correctness": {
"noUnusedVariables": "off",
"noUnusedFunctionParameters": "off",
"noUnusedImports": "off",
"noUnusedImports": "error",
"useExhaustiveDependencies": "info",
"noPrecisionLoss": "off"
},
@@ -98,6 +97,10 @@
"packages/**/*.css",
"packages/**/*.md",
"packages/**/*.mdx",
"apps/**/*.ts",
"apps/**/*.tsx",
"apps/**/*.js",
"apps/**/*.jsx",
"!**/node_modules",
"!**/.next",
"!**/dist",