fix: add css and json to biome check, set yarn version in package.json
This commit is contained in:
+1
-8
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user