ember-cli / ember-cli/eslint-plugin-ember

ember/no-assignment-of-untracked-properties-used-in-tracking-contexts should not be fixable

Open
#977 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
263
Forks
214
Avg merge
30m
Merged PRs (30d)
5

Description

Since there are multiple ways to fix this error, the autofixer should not arbitrarily choose one. I had to disable this rule in the project I'm working on because it's adding calls to `set()` when what I really needed to do was make the property `@tracked`.

(As a side note, it also added an import from `@ember/object` that conflicted with an existing import, causing a different lint error. There may be an unrelated problem with that rule.)

cc @bmish

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.