This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Releases: xojs/eslint-config-xo-space
Releases · xojs/eslint-config-xo-space
v0.36.0
Breaking
- Require Node.js 20.19 and ESLint 10 aae8618
- Moved to ESM
- Moved to ESLint flat config
- The package now exports a function instead of a config object
- The
eslint-config-xo-space/browserexport has been replaced with a{browser: true}option
Migration
Before:
{
"extends": "xo-space"
}After:
// eslint.config.js
import eslintConfigXoSpace from 'eslint-config-xo-space';
export default [
...eslintConfigXoSpace(),
];Browser — before:
{
"extends": "xo-space/browser"
}Browser — after:
import eslintConfigXoSpace from 'eslint-config-xo-space';
export default [
...eslintConfigXoSpace({browser: true}),
];v0.35.0
v0.34.0
- Update
eslint-config-xo56aa531
v0.33.0
- Update
eslint-config-xof94189e
v0.32.0
- Update
eslint-config-xoc26e4d3
v0.31.0
v0.30.0
- Update
eslint-config-xo20b6500
v0.29.0
- Update
eslint-config-xob929b99
v0.28.0
v0.27.0
- Update
eslint-config-xo22c9ebf