diff --git a/eslint.config.mjs b/eslint.config.mjs index 95df41e..87dd1f3 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -12,6 +12,7 @@ export default [ '@blitz/catch-error-name': 'off', '@typescript-eslint/no-this-alias': 'off', '@typescript-eslint/no-empty-object-type': 'off', + '@blitz/lines-around-comment': 'off', }, }, {