Skip to content

Releases: e18e/eslint-plugin

0.3.0

22 Mar 03:35
8772528

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump the development-dependencies group across 1 directory with 10 updates by @dependabot[bot] in #73
  • chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #74
  • docs: update sponsors image link by @ghostdevv in #75
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #78
  • chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 in the github-actions group by @dependabot[bot] in #76
  • chore(deps): bump eslint-plugin-depend from 1.4.0 to 1.5.0 in the production-dependencies group by @dependabot[bot] in #77
  • chore(deps-dev): bump the development-dependencies group with 8 updates by @dependabot[bot] in #80
  • fix(prefer-array-fill): do not flag non-constant factory functions by @yharaskrik in #72
  • fix: ignore stateful regex flags by @43081j in #85
  • feat: type-enhanced prefer-array-to-reversed by @43081j in #84
  • feat: type-enhance prefer-spread-syntax by @43081j in #86
  • fix: handle optional chaining and multiple expressions by @43081j in #87

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

16 Feb 20:45
34ff3ef

Choose a tag to compare

What's Changed

  • make eslint and oxlint optional peer deps by @gameroman in #57
  • feat(prefer-array-to-sorted): add type enhanced logic by @43081j in #59
  • docs: add sponsors by @ghostdevv in #60
  • chore: support ESLint 10.x by @43081j in #63
  • feat: new rule prefer-static-regex by @43081j in #64
  • feat: new rule prefer-inline-equality by @43081j in #65
  • chore: remove prefer-inline-equality from recommended for now by @43081j in #66

New Contributors

Full Changelog: 0.1.4...0.2.0

0.1.4

28 Jan 13:42
1dc399b

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #35
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #37
  • chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #38
  • chore: document package.json integration by @43081j in #40
  • chore(deps-dev): bump the development-dependencies group with 8 updates by @dependabot[bot] in #42
  • chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 in the github-actions group by @dependabot[bot] in #41
  • chore(deps-dev): bump the development-dependencies group with 8 updates by @dependabot[bot] in #44
  • chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group by @dependabot[bot] in #43
  • fix(prefer-spread-syntax): exclude Buffer.concat by @43081j in #48
  • fix(prefer-timer-args): exclude this by @43081j in #49
  • fix(prefer-array-at): make the rule type-enhanced by @43081j in #50
  • feat(prefer-array-some): new rule by @43081j in #52
  • fix(prefer-timer-args): exclude member expressions by @43081j in #53

Full Changelog: 0.1.3...0.1.4

0.1.3

21 Dec 15:16
08c515a

Choose a tag to compare

What's Changed

  • feat: add new prefer-date-now rule by @43081j in #32
  • feat: add prefer-regex-test rule by @43081j in #33
  • docs: update readme legend by @43081j in #34

Full Changelog: 0.1.2...0.1.3

0.1.2

19 Dec 22:38
cb2e05c

Choose a tag to compare

What's Changed

  • docs: improve oxlint usage by @43081j in #29
  • fix: exclude objects/spread from prefer-spread-syntax by @43081j in #31

Full Changelog: 0.1.1...0.1.2

0.1.1

19 Dec 20:53
1155ad7

Choose a tag to compare

What's Changed

  • fix: skip assignments in prefer-array-at by @43081j in #28

Full Changelog: 0.1.0...0.1.1

0.1.0

19 Dec 19:16
f5ea6db

Choose a tag to compare

What's Changed

  • Bump the github-actions group with 2 updates by @dependabot[bot] in #1
  • feat: add prefer-array-to-reversed rule by @43081j in #3
  • feat: lint self by @43081j in #4
  • feat: rename prefer-array-includes by @43081j in #5
  • feat: add prefer-exponentiation-operator rule by @43081j in #6
  • feat: add prefer-object-has-own rule by @43081j in #7
  • feat: add prefer-array-to-sorted rule by @43081j in #8
  • feat: add prefer-array-to-spliced rule by @43081j in #9
  • feat: add prefer-spread-syntax rule by @43081j in #11
  • feat: add prefer-url-canparse rule by @43081j in #12
  • feat: add prefer-nullish-coalescing rule by @43081j in #13
  • chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #14
  • feat: add no-indexof-equality rule by @43081j in #17
  • docs: update wording around types by @43081j in #18
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #19
  • feat: add prefer-timer-args rule by @43081j in #20
  • feat: add prefer-array-from-map rule by @43081j in #21
  • feat: add Array.from(iter) to spread rule by @43081j in #22
  • feat: use TSESLint types for typed rules by @43081j in #23
  • chore: update readme warning by @43081j in #24
  • feat: add oxlint support by @43081j in #25
  • docs: usage with oxlint by @43081j in #26

New Contributors

Full Changelog: https://github.com/e18e/eslint-plugin/commits/0.1.0