Files
cosscom__coss/biome.json
Volnei Munhoz d5a915e6d0 add biome
2025-11-13 19:19:31 -03:00

47 lines
798 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"files": {
"ignore": [
"node_modules",
"dist",
"build",
"coverage",
"*.log",
".turbo",
"**/.turbo",
".next",
"**/.next",
"apps/*/.next",
"apps/*/.source"
]
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 80
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": false
}
},
"javascript": {
"formatter": {
"quoteStyle": "double",
"jsxQuoteStyle": "double",
"trailingCommas": "es5",
"semicolons": "asNeeded"
}
},
"json": {
"formatter": {
"indentStyle": "space",
"indentWidth": 2
}
}
}