Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Releases: xojs/eslint-config-xo-space

v0.36.0

07 Feb 07:59

Choose a tag to compare

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/browser export 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.36.0

v0.35.0

06 Feb 07:31

Choose a tag to compare

Breaking

v0.34.0...v0.35.0

v0.34.0

08 Nov 09:14

Choose a tag to compare

v0.33.0...v0.34.0

v0.33.0

17 May 06:28

Choose a tag to compare

v0.32.0...v0.33.0

v0.32.0

09 Feb 12:41

Choose a tag to compare

v0.31.0...v0.32.0

v0.31.0

09 Jan 09:29

Choose a tag to compare

Breaking

  • Require Node.js 12 and ESLint 8 36e4228

v0.30.0...v0.31.0

v0.30.0

02 Oct 09:18

Choose a tag to compare

v0.29.0...v0.30.0

v0.29.0

08 Aug 10:43

Choose a tag to compare

v0.28.0...v0.29.0

v0.28.0

15 Jun 10:42

Choose a tag to compare

v0.27.0...v0.28.0

v0.27.0

20 Feb 13:01

Choose a tag to compare

v0.26.0...v0.27.0