feat: initial theming
Node.js CI / CI (pull_request) Failing after 34s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 52s

This commit is contained in:
2025-12-27 13:21:23 -08:00
parent d33422be37
commit 7bd1ef9550
8 changed files with 62 additions and 347 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export default [
// This causes a circular fix error?
"stylistic/no-multi-spaces": "off",
// This must be off because this is not a module.
"import/extensions": "off",
"import/extensions": [ "error", "never" ],
// This is a web app
"no-console": "off",
// Sometimes a component class will be empty. Not all components require logic.