From fe3e2ebddf034fed578fd7f40cd173545ebea860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20J=C3=A4gle?= Date: Thu, 21 Nov 2024 22:18:39 +0100 Subject: [PATCH] Ignore some stackblitz specific linting rules --- eslint.config.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eslint.config.mjs b/eslint.config.mjs index 123aaf1f..160e5f3e 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -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', }, }, {