fix(web): import globals.css directly instead of as a URL stylesheet link

This commit is contained in:
2026-03-19 10:55:01 -04:00
parent d94ec16fae
commit 320852b035
13 changed files with 73 additions and 43 deletions
+3 -1
View File
@@ -18,7 +18,9 @@
"unicorn/consistent-function-scoping": "off",
"no-new": "off",
"no-await-in-loop": "off",
"react/no-array-index-key": "off"
"react/no-array-index-key": "off",
"react/jsx-no-useless-fragment": "error",
"react/rules-of-hooks": "error"
},
"ignorePatterns": ["node_modules", "dist", "build", "docs", "**/routeTree.gen.ts"]
}