chore: eslint autofix

This commit is contained in:
Sidharth Vinod
2024-06-30 16:21:17 +05:30
parent d5a03a9054
commit 4e55f4cf3d
6 changed files with 9 additions and 63 deletions

View File

@@ -109,6 +109,7 @@ export default tseslint.config(
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-return': 'off',
'@typescript-eslint/only-throw-error': 'warn',
'@typescript-eslint/prefer-nullish-coalescing': 'warn',
'@typescript-eslint/prefer-promise-reject-errors': 'warn',
// END
'json/*': ['error', 'allowComments'],