Skip to content

v34.0.0

Latest

Choose a tag to compare

@kevinoid kevinoid released this 26 May 19:59
v34.0.0

BREAKING CHANGES

Features

  • Extend eslint:recommended (a9716bd)
  • Configure eslint.config.js to use devDependencies (31a1095)
  • Disable jsdoc/reject-any-type (f93341b)
  • Implement trusted publishing from GitHub (43f1675)
  • Added names to configuration objects to aid debugging (86d70f4)
  • ie11: Add es2015 globals (488ed35)
  • ie11: disable unsupported regexp features (0532c9d)
  • nodejs: Bump ecmaVersion to 2025 (e18c19b)
  • nodejs: no-unused-modules ignore eslint.config.js (94a2900)
  • nodejs: set globalReturn based on sourceType (7e6027e)
  • wsh: add Object.prototype to no-restricted-globals (b518ce9)
  • wsh: define ES5 and WSH globals (783bf31)

Bug Fixes

  • Change inline @param to @link (74186fd)
  • Disable import/no-unused-modules for non-module (2c87bea)
  • no-extra-parens enforceForArrowConditionals (5b51273)
  • Skip unicorn languageOptions in common-legacy (e795a43)
  • wsh: don't use ie11 no-restricted-globals (aeb3038)