Skip to content

Commit 0ee6b54

Browse files
committed
Limit scope of biome formatter
1 parent b46f5da commit 0ee6b54

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

apps/phoure-www/src/pages/play/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
import '../../tailwind.css';
3+
// biome-ignore lint/correctness/noUnusedImports: It's actually used in the markup...
34
import { DemoApp } from '../../components/DemoApp.tsx';
45
---
56

biome.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
33
"organizeImports": {
4-
"enabled": true
4+
"enabled": false
55
},
66
"files": {
77
"ignore": ["**/dist/*", "**/*.d.ts"]
@@ -13,6 +13,11 @@
1313
"correctness": { "noUnusedImports": "error" }
1414
}
1515
},
16+
"css": {
17+
"formatter": {
18+
"enabled": false
19+
}
20+
},
1621
"json": {
1722
"formatter": {
1823
"enabled": false,

0 commit comments

Comments
 (0)