chore: remove playground and backend-mock

This commit is contained in:
xingyu4j
2025-11-18 11:56:48 +08:00
parent 40674bf1ad
commit de15aa7b59
226 changed files with 1 additions and 15450 deletions

View File

@@ -139,7 +139,7 @@ const customConfig: Linter.Config[] = [
},
// 后端模拟代码,不需要太多规则
{
files: ['apps/backend-mock/**/**', 'docs/**/**'],
files: ['docs/**/**'],
rules: {
'@typescript-eslint/no-extraneous-class': 'off',
'n/no-extraneous-import': 'off',