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

Split up use-ember-get-and-set

Open
#209 1 comment 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
JavaScript
Stars
263
Forks
214
Avg merge
30m
Merged PRs (30d)
5

Description

Split out the `use-ember-get-and-set` rules into multiple rules to allow individual patterns to be flagged. For example, this configuration is currently impossible:

```javascript
// Good:
a.get('foo');
Ember.get(a, 'foo');
this.get('foo');

// Bad:
Ember.get(this, 'foo');
```

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.