Releases: stylelint/eslint-config-stylelint
Releases · stylelint/eslint-config-stylelint
26.0.0
Immutable
release. Only release title and notes can be modified.
25.0.1
Immutable
release. Only release title and notes can be modified.
- Fixed: npm package publishing with trusted publisher.
25.0.0
- Changed: bump
@stylistic/eslint-pluginfrom v4 to v5. - Changed: bump
eslint-plugin-jestfrom v28 to v29.
24.0.0
- Changed:
eslint-plugin-nconfig fromflag/recommended-scripttoflag/recommendedfor both CommonJS and ES modules. - Changed: bump
@stylistic/eslint-pluginfrom v2 to v4. - Changed: bump
globalsfrom v15 to v16.
23.0.0
- Removed: Node.js less than 18.18 support
- Removed: ESLint 8.x support
- Added: ESLint 9.x support
22.0.0
- Removed:
no-confusing-arrowbecause of the deprecation of formatting rules. - Changed: replace deprecated
padding-line-between-statementswith@stylistic/js/padding-line-between-statements. - Changed: bump
eslint-plugin-jestfrom v27 to v28. - Changed: bump
eslint-plugin-nfrom v16 to v17. - Fixed: missing
fundingfield inpackage.json.
21.0.0
- Removed: Node.js 16 support.
- Changed: bump
eslint-plugin-regexpfrom v1 to v2. - Changed:
parserOptions.ecmaVersionfrom2021to2023.
20.0.0
- Added:
n/prefer-global/processrule.
19.1.0
- Added: rules for ESM files.
19.0.0
- Removed: Node.js 14 support.
- Changed: migrate from
eslint-plugin-nodetoeslint-plugin-n. - Changed:
parserOptions.ecmaVersionfrom2020to2021.
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-importSee also the eslint-plugin-n document.