fix: add css and json to biome check, set yarn version in package.json

This commit is contained in:
Ilia Mashkov
2026-05-19 18:57:16 +03:00
parent 181cfdebdf
commit 06d69a860e
3 changed files with 3 additions and 9 deletions
+1 -8
View File
@@ -35,13 +35,6 @@
"$routes": ["./src/routes"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
".next/dev/types/**/*.ts",
"**/*.mts"
],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", ".next/dev/types/**/*.ts", "**/*.mts"],
"exclude": ["node_modules", "**/*.stories.ts", "**/*.stories.tsx"]
}