chore: fixed all lint errors

This commit is contained in:
Dustin 2025-06-25 15:26:36 -04:00
parent f6d2fd78e8
commit 61dcecb7e4

View File

@ -12,6 +12,7 @@ export default [
'@blitz/catch-error-name': 'off', '@blitz/catch-error-name': 'off',
'@typescript-eslint/no-this-alias': 'off', '@typescript-eslint/no-this-alias': 'off',
'@typescript-eslint/no-empty-object-type': 'off', '@typescript-eslint/no-empty-object-type': 'off',
'@blitz/lines-around-comment': 'off',
}, },
}, },
{ {