chore: Remove TS compilerOptions.noUnusedLocals because Oxlint already does it (#1047)

This commit is contained in:
Aaron
2024-10-04 16:48:35 -05:00
committed by GitHub
parent cab97bca1e
commit 539d482f71
-3
View File
@@ -11,9 +11,6 @@
"strict": true,
"lib": ["DOM", "WebWorker", "ESNext"],
/* Linting */
"noUnusedLocals": true,
/* Completeness */
"skipLibCheck": true
}