view data fixes

This commit is contained in:
2026-01-23 15:30:23 +01:00
parent e22033be38
commit f8099f04bc
213 changed files with 3466 additions and 3003 deletions

View File

@@ -250,7 +250,8 @@
"plugins": [
"@typescript-eslint",
"boundaries",
"import"
"import",
"gridpilot-rules"
],
"rules": {
"@typescript-eslint/no-explicit-any": "error",
@@ -310,7 +311,9 @@
"message": "Interface names should not start with 'I'. Use descriptive names without the 'I' prefix (e.g., 'LiverCompositor' instead of 'ILiveryCompositor').",
"selector": "TSInterfaceDeclaration[id.name=/^I[A-Z]/]"
}
]
],
// GridPilot ESLint Rules
"gridpilot-rules/view-model-taxonomy": "error"
}
},
{