temp: temp save

This commit is contained in:
2025-03-21 23:45:12 +08:00
parent d7b8b57e9c
commit f921819d2a
18 changed files with 5055 additions and 230 deletions

View File

@@ -19,6 +19,7 @@
"noBannedTypes": "off"
},
"nursery": {
"noEnum": "off",
"useConsistentMemberAccessibility": "off"
}
}
@@ -43,6 +44,21 @@
}
}
}
},
{
"include": [
"scripts/**"
],
"linter": {
"rules": {
"suspicious": {
"noConsole": "off"
},
"performance": {
"useTopLevelRegex": "off"
}
}
}
}
]
}