eslint-plugin-ember
Advanced tools
Changelog
v2.2.1 (2017-02-15)
no-empty-attrs
rule. (@michalsnik)Changelog
v2.1.1 (2017-02-07)
Changelog
v2.1.0 (2017-02-05)
no-side-effects
name and link. (@Turbo87)ember-cli-eslint
requirement. (@bardzusny)Changelog
v2.0.0 (2016-12-30)
order-in
rules. (@Turbo87)no-empty-attrs
. (@bdmac)Changelog
v11.1.0 (2022-10-18)
getEach
to map
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)setEach
to forEach
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)invoke
to map
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)reject
to filter
autofixer for no-array-prototype-extensions rule (@tgvrssanthosh)objectsAt
to map
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)isAny
and isEvery
autofixers for no-array-prototype-extensions
rule (@tgvrssanthosh)rejectBy
to filter
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)uniqBy
to reduce
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)sortBy
to sort
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)uniq
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)mapBy
to map
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)without
to filter
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)toArray
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)objectAt
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)findBy
to find
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)compact
to filter
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)filterBy
to filter
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)any
to some
autofixer for no-array-prototype-extensions
rule (@tgvrssanthosh)no-array-prototype-extensions
rule doc (@bmish)no-array-prototype-extensions
rule doc (@bmish)Changelog
v11.0.0 (2022-07-20)
no-array-prototype-extensions
as recommended
rule (NOTE: removed as recommended
in v11.0.6) (@bmish)useOptionalChaining
option by default for no-get
rule (@bmish)base
config (@bmish)ecmaVersion
to 2020
(@bmish)avoid-leaking-state-in-ember-objects
rule to augment instead of replace default config (@bmish)no-array-prototype-extensions
rule doc (@bmish)