Skip to content

Releases: stylelint/eslint-config-stylelint

26.0.0

05 Dec 12:30
Immutable release. Only release title and notes can be modified.
ba9064d

Choose a tag to compare

  • Removed: support for Node.js less than 20.19.0.
  • Changed: become a pure ESM package.
  • Changed: languageOptions.ecmaVersion from 2023 to 2025.
  • Added: no-duplicate-imports rule.

25.0.1

01 Oct 15:25
Immutable release. Only release title and notes can be modified.
6d88e75

Choose a tag to compare

  • Fixed: npm package publishing with trusted publisher.

25.0.0

30 Jun 07:09

Choose a tag to compare

  • Changed: bump @stylistic/eslint-plugin from v4 to v5.
  • Changed: bump eslint-plugin-jest from v28 to v29.

24.0.0

01 Apr 16:26
fccd695

Choose a tag to compare

  • Changed: eslint-plugin-n config from flag/recommended-script to flag/recommended for both CommonJS and ES modules.
  • Changed: bump @stylistic/eslint-plugin from v2 to v4.
  • Changed: bump globals from v15 to v16.

23.0.0

27 Oct 14:03

Choose a tag to compare

  • Removed: Node.js less than 18.18 support
  • Removed: ESLint 8.x support
  • Added: ESLint 9.x support

22.0.0

17 Jul 12:47
f80257c

Choose a tag to compare

  • Removed: no-confusing-arrow because of the deprecation of formatting rules.
  • Changed: replace deprecated padding-line-between-statements with @stylistic/js/padding-line-between-statements.
  • Changed: bump eslint-plugin-jest from v27 to v28.
  • Changed: bump eslint-plugin-n from v16 to v17.
  • Fixed: missing funding field in package.json.

21.0.0

01 Feb 11:35
70fa334

Choose a tag to compare

  • Removed: Node.js 16 support.
  • Changed: bump eslint-plugin-regexp from v1 to v2.
  • Changed: parserOptions.ecmaVersion from 2021 to 2023.

20.0.0

17 Aug 07:26
65fa677

Choose a tag to compare

  • Added: n/prefer-global/process rule.

19.1.0

27 Jul 06:44
6251f2a

Choose a tag to compare

  • Added: rules for ESM files.

19.0.0

13 Jun 03:40
7bacc60

Choose a tag to compare

  • Removed: Node.js 14 support.
  • Changed: migrate from eslint-plugin-node to eslint-plugin-n.
  • Changed: parserOptions.ecmaVersion from 2020 to 2021.

Migration note: You may need to rewrite rule names for eslint-plugin-node like this:

-// eslint-disable-next-line node/no-extraneous-import
+// eslint-disable-next-line n/no-extraneous-import

See also the eslint-plugin-n document.