view data fixes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user