Oliver Jägle
commited on
Ignore some stackblitz specific linting rules
Browse files- 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 |
{
|