eslint-plugin-ember
Advanced tools
Changelog
v6.8.0 (2019-08-08)
use-ember-data-rfc-395-imports
rule (@dcyriller)no-arrow-function-computed-properties
rule (@bmish)no-proxies
rule (@bmish)Changelog
v6.7.0 (2019-06-22)
no-volatile-computed-properties
rule (@bmish)require-computed-macros
rule to suggest the reads
macro instead of readOnly
for computed properties with return this.x
(@bmish)Changelog
v6.6.0 (2019-06-16)
no-on-calls-in-components
rule (@rajasegar)Changelog
v6.5.0 (2019-05-26)
no-get
rule to also handle the getProperties
function, and mark the no-get-properties
rule as deprecated (@bmish)computed-property-getters
rule (@jrjohnson)Changelog
v6.4.0 (2019-04-21)
require-return-from-computed
rule (@esbanarango)Changelog
v6.3.0 (2019-03-19)
no-unnecessary-service-injection-argument
rule (@bmish)closure-action
rule examples (@Caltor)Changelog
v6.2.0 (2019-01-28)
--fix
(@bmish)no-unnecessary-route-path-option
rule (@bmish)no-invalid-debug-function-arguments
and detect invalid usages of deprecate
and warn
too (@bmish)assert-arg-order
rule (@bmish)no-deeply-nested-dependent-keys-with-each
rule (@bmish)no-test-and-then
rule (@bmish)Ember.assert()
case (@bmish)DEFAULT_IGNORED_PROPERTIES
(@yoavfranco)