From 61dcecb7e4e59ede2db06beaf7f07f86f2d9858a Mon Sep 17 00:00:00 2001 From: Dustin Date: Wed, 25 Jun 2025 15:26:36 -0400 Subject: [PATCH] chore: fixed all lint errors --- eslint.config.mjs | 1 + 1 file changed, 1 insertion(+) 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', }, }, {