Releases: eslint-community/eslint-plugin-es-x
Releases · eslint-community/eslint-plugin-es-x
v5.4.0
v5.3.1
Bug Fixes
- Fix false negatives for typed array in no-array-prototype-findlast-findlastindex rule by @ota-meshi in #35
Full Changelog: v5.3.0...v5.3.1
v5.3.0
Changes
- Add
no-hashbang
rule by @ota-meshi in #33 - Add
no-array-prototype-findlast-findlastindex
rule by @ota-meshi in #34
Full Changelog: v5.2.1...v5.3.0
v5.2.1
v5.2.0
Changes
- Add
es-x/no-legacy-object-prototype-accessor-methods
rule by @ota-meshi in #23
Full Changelog: v5.1.0...v5.2.0
v5.1.0
v5.0.0
Changes
- Rename package
eslint-plugin-es
toeslint-plugin-es-x
by @ota-meshi in #15 - Updated preset and add preset for ES2022. by @ota-meshi in #6
New Rules
- Add rules for prototype members by @mysticatea in mysticatea/eslint-plugin-es#54
- Add
es-x/no-object-create
rule by @ota-meshi in #3 - Add
es-x/no-function-prototype-bind
rule by @ota-meshi in #4 - Add
es-x/no-class-fields
rule by @ota-meshi in #5 - Add
es-x/no-regexp-d-flag
rule by @ota-meshi in #7 - Add
es-x/no-top-level-await
rule by @ota-meshi in #9 - Add
es-x/no-object-hasown
rule by @ota-meshi in #10 - Add
es-x/no-class-static-block
rule by @ota-meshi in #11 - Add
es-x/no-private-in
rule by @ota-meshi in #12 - Add
es-x/no-array-string-prototype-at
rule by @ota-meshi in #13 - Add
es-x/no-arbitrary-module-namespace-names
rule by @ota-meshi in #14
Bug Fixes
- Fix
es-x/no-logical-assignment-operators
autofix by @mysticatea in mysticatea/eslint-plugin-es@00d7385
Full Changelog: v4.1.0...v5.0.0