Hide my problems under the rug

This commit is contained in:
AnimeDL 2025-04-19 10:00:37 -07:00
parent c1968b2b62
commit 57e0e1ad38

View file

@ -15,6 +15,7 @@ export default tseslint.config(
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unsafe-declaration-merging': 'warn',
'@typescript-eslint/no-unused-vars' : 'warn',
'@typescript-eslint/no-unused-expressions': 'warn',
'indent': [
'error',
2