Skip to content

Releases: peerigon/eslint-config-peerigon

v39.0.1

29 Apr 15:01
Compare
Choose a tag to compare

39.0.1 (2024-04-29)

Bug Fixes

  • Disable @trivago/prettier-plugin-sort-imports temporarily (#142) (501c74e)

v39.0.0

22 Mar 23:23
Compare
Choose a tag to compare

39.0.0 (2024-03-22)

Features

  • Replace deprecated eslint-plugin-node with eslint-plugin-n (#119) (f0d0521)

BREAKING CHANGES

  • Since we switched from eslint-plugin-node to eslint-plugin-n, this may introduce new ESLint errors in Node projects.

v38.0.0

22 Mar 20:49
Compare
Choose a tag to compare

38.0.0 (2024-03-22)

chore

  • Update dependencies to latest versions (#116) (20ac5cb)

BREAKING CHANGES

  • Update @typescript-eslint/eslint-plugin and
    @typescript-eslint/parser from 6.x to 7.x

v37.2.0

22 Mar 11:58
Compare
Choose a tag to compare

37.2.0 (2024-03-22)

Features

  • Add shared Prettier config for import sorting (cb1ba16)

v37.1.0

17 Jan 12:29
Compare
Choose a tag to compare

37.1.0 (2024-01-17)

Features

v37.0.2

08 Nov 10:26
Compare
Choose a tag to compare

37.0.2 (2023-11-08)

Bug Fixes

  • Relax logical-assignment-operators rule again (38c984f)

v37.0.1

08 Nov 09:09
Compare
Choose a tag to compare

37.0.1 (2023-11-08)

Bug Fixes

  • Relax logical-assignment-operators rule (25fe184)

v37.0.0

06 Nov 17:19
Compare
Choose a tag to compare

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.

v37.0.0-beta.4

06 Nov 17:15
Compare
Choose a tag to compare
v37.0.0-beta.4 Pre-release
Pre-release

37.0.0-beta.4 (2023-11-06)

Features

v37.0.0-beta.3

06 Nov 16:25
Compare
Choose a tag to compare
v37.0.0-beta.3 Pre-release
Pre-release

37.0.0-beta.3 (2023-11-06)

Features

BREAKING CHANGES

  • Some new base rules have been introduced which might produce linting errors.