From 83279b90283d6e114680719c72746075c16622a0 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:25:40 -0400 Subject: [PATCH] Add another ignore for prettier support --- tests/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.eslintrc.js b/tests/.eslintrc.js index 1b658bc1..b610f037 100644 --- a/tests/.eslintrc.js +++ b/tests/.eslintrc.js @@ -11,6 +11,7 @@ module.exports = { rules: { // conflicts with prettier 'space-before-function-paren': 0, + indent: 0, }, }, ],