Skip to content

Releases: eslint-community/eslint-plugin-eslint-plugin

Release 4.0.0-3

15 Oct 02:36
64e8da6
Compare
Choose a tag to compare
Release 4.0.0-3 Pre-release
Pre-release
  • Fix: Only consider functions with a single argument as function-style rules (#213) (86bf1f9)
  • Breaking: Reduce false positives by only detecting function-style rules when function returns an object (#211) (1bd45d9)

Release 4.0.0-2

14 Oct 03:11
f79f6ac
Compare
Choose a tag to compare
Release 4.0.0-2 Pre-release
Pre-release
  • Breaking: Drop support for old minor versions of Node 12 and 14 (#212) (5604516)
  • Fix: False negative with TypeScript rules that don't have type parameters (fixes #202) (#209) (f8a642a)
  • Chore: upgrade @ts-eslint/parser to v5 (#206) (0ebc427)
  • Docs: Improve README headers (#208) (db2865a)
  • Docs: add toc in readme (#207) (92131e3)
  • Docs: Move preset list into table in README (#205) (07cd9c9)
  • docs: add example of using rule/test presets in overrides to README (#204) (2e86892)
  • Upgrade: eslint-plugin-unicorn to v37 (#203) (b58b35a)

Release 4.0.0-1

11 Oct 03:31
887b5d0
Compare
Choose a tag to compare
Release 4.0.0-1 Pre-release
Pre-release
  • Chore: fix release-it config (124909c)
  • Chore: require-meta-docs-url allows prereleases (8fe1017)

Release 4.0.0-0

15 Oct 02:39
f4b984c
Compare
Choose a tag to compare
Release 4.0.0-0 Pre-release
Pre-release
  • Breaking: Add support for TypeScript rules #197
  • Build: test on eslint v8 (fixes #175) #186
  • Chore: Fix markdownlint glob path #200
  • Breaking: Add fixer-return to rules preset #199
  • Chore: Switch to release-it #131
  • Chore: upgrade dev deps (fixes #188) #198
  • Breaking: Enable additional recommended rules for v4 #152
  • Breaking: Update fixer-return and prefer-replace-text rules to also apply to suggestion fixer functions #194
  • Breaking: Update no-missing-placeholders, no-unused-placeholders, prefer-message-ids, prefer-placeholders rules to also apply to suggestion messages #196
  • Breaking: Update report-message-format to also apply to suggestion messages #195
  • Breaking: Add hasSuggestions property to meta-property-ordering rule #119
  • Breaking: Support ESM rules #177
  • chore(dev-deps): upgrade eslint-plugin-unicorn to v36 #187
  • Chore: Update eslint-utils to v3 #148
  • Breaking: Drop support for Node 10, 13, 15 #151
  • Build: test on eslint v8 (fixes #175) (#186) #175
  • Chore: upgrade dev deps (fixes #188) (#198) #188
  • Chore: release-it config 894d7b0
  • Release 4.0.0-0 f4b984c