Oliver Jägle commited on
Commit
fe3e2eb
·
unverified ·
1 Parent(s): 2327de3

Ignore some stackblitz specific linting rules

Browse files
Files changed (1) hide show
  1. eslint.config.mjs +2 -0
eslint.config.mjs CHANGED
@@ -12,6 +12,8 @@ export default [
12
  '@blitz/catch-error-name': 'off',
13
  '@typescript-eslint/no-this-alias': 'off',
14
  '@typescript-eslint/no-empty-object-type': 'off',
 
 
15
  },
16
  },
17
  {
 
12
  '@blitz/catch-error-name': 'off',
13
  '@typescript-eslint/no-this-alias': 'off',
14
  '@typescript-eslint/no-empty-object-type': 'off',
15
+ '@blitz/comment-syntax': 'off',
16
+ '@blitz/block-scope-case': 'off',
17
  },
18
  },
19
  {