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
+6
View File
@@ -0,0 +1,6 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
}