fix: fix testing torrents container

This commit is contained in:
2025-04-01 03:45:56 +08:00
parent a0fc4c04d9
commit 1fca69fa66
10 changed files with 159 additions and 1721 deletions

View File

@@ -10,7 +10,9 @@
"noNonNullAssertion": "off"
},
"suspicious": {
"noExplicitAny": "off"
"noExplicitAny": "off",
"noConsole": "off",
"noConsoleLog": "off"
},
"a11y": {
"noSvgWithoutTitle": "off"
@@ -27,14 +29,6 @@
}
},
"files": {
"ignore": [
"packages/design-system/components/ui/**",
"packages/design-system/lib/**",
"packages/design-system/hooks/**",
"packages/collaboration/config.ts",
"apps/docs/**/*.json",
"apps/email/.react-email/**",
".vscode/*.json"
]
"ignore": [".vscode/*.json"]
}
}