mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 19:06:12 +00:00
Ignore some stackblitz specific linting rules
This commit is contained in:
parent
2327de3810
commit
fe3e2ebddf
@ -12,6 +12,8 @@ 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/comment-syntax': 'off',
|
||||||
|
'@blitz/block-scope-case': 'off',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user