ember-cli / eslint-plugin-ember

An ESLint plugin that provides set of rules for Ember applications based on commonly known good practices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

False positive `no-array-prototype-extensions` for emberArray combined with `this`

lin-ll opened this issue · comments

import { A } from '@ember/array';

this.foo = A();
this.foo.toArray();