eslint-plugin-ember
Advanced tools
Changelog
v7.3.0 (2019-10-30)
no-actions-hash
rule (@laurmurclar)require-tagless-components
rule (@alexlafroscia)no-classic-classes
rule (@alexlafroscia)no-classic-components
rule (@mikoscz)no-computed-properties-in-native-classes
rule (@patocallaghan)alias-model-in-controller
rule (@alexlafroscia)isEmberCoreModule
util function to also handle native classes (in addition to classic classes) (@laurmurclar)Changelog
v7.2.0 (2019-10-20)
ignoreNonThisExpressions
option to use-ember-get-and-set
rule (@nlfurniss)onlyThisContexts
option to no-arrow-function-computed-properties
rule (@NullVoxPopuli)ignoreGetProperties
option for no-get
rule (@EvgenyOrekhov)new-module-imports
and use-ember-data-rfc-395-imports
rules (@dcyriller)Changelog
v7.1.0 (2019-09-18)
no-pause-test
rule (@scottkidder)require-computed-macros
rule (@bmish)this.route()
in route-path-style
rule (@bmish)computed-property-getters
rule (@Exelord)require-computed-property-dependencies
rule to ignore injected service names by default (@bmish)consistent-return
rule alongside require-return-from-computed
rule to help avoid false positives (@bmish)require-return-from-computed
rule (@bradleypriest)Changelog
v7.0.0 (2019-08-23)
no-arrow-function-computed-properties
, no-deeply-nested-dependent-keys-with-each
, no-ember-super-in-es-classes
, no-incorrect-calls-with-inline-anonymous-functions
, no-invalid-debug-function-arguments
, no-new-mixins
, no-unnecessary-route-path-option
, no-volatile-computed-properties
, require-return-from-computed
) (@bmish)avoid-leaking-state-in-components
, local-modules
, no-get-properties
) (@bmish)Changelog
v6.9.0 (2019-08-12)
use-ember-data-rfc-395-imports
rule (@fusion2004)Changelog
v6.8.1 (2019-08-08)
new-module-imports
rule (@dcyriller)