mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 06:15:39 -04:00
fix(web): import globals.css directly instead of as a URL stylesheet link
This commit is contained in:
+3
-1
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user