From 3f3b29fbea328e83cf65e5b4380025be04558884 Mon Sep 17 00:00:00 2001 From: Alec Atienza Date: Thu, 24 Jul 2025 22:25:30 -0700 Subject: [PATCH] properly consume xo config array in space config --- space.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/space.js b/space.js index 3ec8530..f67d4db 100644 --- a/space.js +++ b/space.js @@ -1,12 +1,9 @@ import eslintConfigXo from './index.js'; -const [config] = eslintConfigXo; - export default [ + ...eslintConfigXo, { - ...config, rules: { - ...config.rules, '@stylistic/indent': [ 'error', 2,