fix: add more testsx

This commit is contained in:
2025-01-31 08:01:26 +08:00
parent c9d0066d64
commit 28da493462
17 changed files with 2144 additions and 128 deletions

View File

@@ -6,7 +6,8 @@
"style": {
"noNonNullAssertion": "off",
"noParameterAssign": "off",
"useFilenamingConvention": "warn"
"useFilenamingConvention": "warn",
"noParameterProperties": "off"
},
"suspicious": {
"noExplicitAny": "off"
@@ -21,7 +22,8 @@
}
},
"nursery": {
"noEnum": "off"
"noEnum": "off",
"useConsistentMemberAccessibility": "off"
}
}
},