We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46f5da commit 0ee6b54Copy full SHA for 0ee6b54
apps/phoure-www/src/pages/play/index.astro
@@ -1,5 +1,6 @@
1
---
2
import '../../tailwind.css';
3
+// biome-ignore lint/correctness/noUnusedImports: It's actually used in the markup...
4
import { DemoApp } from '../../components/DemoApp.tsx';
5
6
biome.json
@@ -1,7 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
- "enabled": true
+ "enabled": false
},
"files": {
7
"ignore": ["**/dist/*", "**/*.d.ts"]
@@ -13,6 +13,11 @@
13
"correctness": { "noUnusedImports": "error" }
14
}
15
16
+ "css": {
17
+ "formatter": {
18
19
+ }
20
+ },
21
"json": {
22
"formatter": {
23
"enabled": false,
0 commit comments