chore(web): eslint flat-config + prettier setup

This commit is contained in:
2026-04-29 07:41:51 +08:00
parent aef7b0b661
commit 35b812e594
8 changed files with 60 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
@import "tailwindcss";
@import 'tailwindcss';
@variant dark (&:where(.dark, .dark *));
+3 -2
View File
@@ -15,6 +15,7 @@
body {
background: var(--color-bg);
color: var(--color-fg);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
Arial, "Microsoft YaHei", sans-serif;
font-family:
-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, 'Microsoft YaHei',
sans-serif;
}