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,