Ignore some stackblitz specific linting rules

This commit is contained in:
Oliver Jägle 2024-11-21 22:18:39 +01:00
parent 2327de3810
commit fe3e2ebddf
No known key found for this signature in database
GPG Key ID: 866E2BD1777473E9

View File

@ -12,6 +12,8 @@ export default [
'@blitz/catch-error-name': 'off',
'@typescript-eslint/no-this-alias': 'off',
'@typescript-eslint/no-empty-object-type': 'off',
'@blitz/comment-syntax': 'off',
'@blitz/block-scope-case': 'off',
},
},
{