Skip to content

Releases: chiefmikey/eslint-plugin-disable-autofix

v5.0.1

29 May 15:57
bf4f8ea
Compare
Choose a tag to compare

Updated README to reflect @eslint v9 configuration

v5.0.0

29 May 04:26
c7274f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v5.0.0

v4.3.0

04 Apr 02:57
58b4461
Compare
Choose a tag to compare

What's Changed

  • fix eslint peerdep

Full Changelog: v4.2.0...v4.3.0

v4.2.0

09 Feb 00:30
fea48fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

20 Oct 19:01
a5b7fa4
Compare
Choose a tag to compare

What's Changed

  • npm: bump @types/eslint from 8.44.5 to 8.44.6 by @dependabot in #17
  • fix: always use linux style separator to get the scoped plugin name by @andreww2012 in #18

New Contributors

Full Changelog: v4.0.6...v4.1.0

v4.0.6

18 Oct 16:57
27ec54e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.5...v4.0.6

v4.0.5

04 Oct 01:56
2be1274
Compare
Choose a tag to compare

Full Changelog: v4.0.4...v4.0.5

v4.0.4

27 Sep 21:02
db210b0
Compare
Choose a tag to compare

Updated README.md

Full Changelog: v4.0.1...v4.0.4

v4.0.1

23 Sep 19:15
4b3e16d
Compare
Choose a tag to compare

Adds correct dependencies to the dist package

Full Changelog: v4.0.0...v4.0.1

v4.0.0

23 Sep 06:01
64f92bf
Compare
Choose a tag to compare

This release overhauls the implementation:

  • functionality reduced to one file
  • strengthened types
  • improved path compatibility
  • fixes the commonjs export / rule not found issue
  • adds a small but effective test suite

As of now the minimum eslint version is v7.0.0 but have plans to improve the backwards compatibility.

Please continue to report any issues and keep an eye out for help wanted tags!

New Contributors

Full Changelog: v3.1.1...v4.0.0