Skip to content

Commit 9ec6ec9

Browse files
authored
Fix config array not being consumed properly in space config (#95)
1 parent f79fb7e commit 9ec6ec9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

space.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
import eslintConfigXo from './index.js';
22

3-
const [config] = eslintConfigXo;
4-
53
export default [
4+
...eslintConfigXo,
65
{
7-
...config,
86
rules: {
9-
...config.rules,
107
'@stylistic/indent': [
118
'error',
129
2,

0 commit comments

Comments
 (0)