Fix config array not being consumed properly in space config
Was wondering why I wasn't seeing any TS eslint rules being enforced in one of my projects. Problematic line was
```js
const [config] = eslintConfigXo;
```
which left out all the other config objects from the space config.
合并状态:已合并 合并于 2025-08-06 关闭于 2025-08-06 0 条评论