Todo
This commit is contained in:
12
biome.json
12
biome.json
@ -1,7 +1,17 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
|
||||
"files": {
|
||||
"includes": ["**", "!**/.next", "!**/dist", "!**/node_modules", "!**/.turbo", "!**/coverage"]
|
||||
"includes": [
|
||||
"**",
|
||||
"!**/.next",
|
||||
"!**/dist",
|
||||
"!**/node_modules",
|
||||
"!**/.turbo",
|
||||
"!**/coverage",
|
||||
"!**/playwright-report",
|
||||
"!**/test-results",
|
||||
"!**/next-env.d.ts"
|
||||
]
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
|
||||
Reference in New Issue
Block a user