Skip to content

v37.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 17:19
· 28 commits to main since this release

37.0.0 (2023-11-06)

Features

BREAKING CHANGES

  • Some new base rules have been introduced which might produce linting errors.
  • The prettier- prefix has been removed from all preset files: peerigon/presets/prettier-typescript.js becomes peerigon/presets/typescript.js, peerigon/presets/prettier-typescript-react.js becomes peerigon/presets/typescript-react.js and peerigon/presets/prettier-typescript-node.js becomes peerigon/presets/typescript-node.js
  • All formatting rules have been removed as they have been deprecated by ESLint (see eslint.org/blog/2023/10/deprecating-formatting-rules). We won't switch to @stylistic/eslint-plugin-js as code formatting should be done by Prettier nowadays.