eslint-plugin-ember icon indicating copy to clipboard operation
eslint-plugin-ember copied to clipboard

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

Results 233 eslint-plugin-ember issues
Sort by recently updated
recently updated
newest added

The `no-array-prototype-extensions` rule is trying to do an impossible thing. It's going to continue to produce a never-ending stream of false positives. You cannot statically tell which calls are actually...

Bug

On top of #1534, #1537 the rule also (IMO falsely) triggers when using methods of EmberArray, but not *implicitly* through prototype extensions (which is what this rule is trying to...

Bug

Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.18.9 to 7.18.10. Release notes Sourced from @​babel/plugin-proposal-decorators's releases. v7.18.10 (2022-08-01) :rocket: New Feature babel-helper-string-parser, babel-types #14757 feat: Automatically generate cooked for templateElement (@​liuxingbaoyu) :bug: Bug Fix...

dependencies
javascript

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.7.0 to 26.8.0. Release notes Sourced from eslint-plugin-jest's releases. v26.8.0 26.8.0 (2022-08-07) Features resolve expect based on scope (#1173) (aa4be21) Changelog Sourced from eslint-plugin-jest's changelog. 26.8.0 (2022-08-07)...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.31.0 to 5.32.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.32.0 5.32.0 (2022-08-01) Features eslint-plugin: [no-use-before-define] add "allowNamedExports" option (#5397) (ad412cd) Changelog Sourced from @​typescript-eslint/parser's changelog. 5.32.0 (2022-08-01)...

dependencies
javascript

Bumps [eslint-plugin-eslint-plugin](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin) from 5.0.1 to 5.0.2. Release notes Sourced from eslint-plugin-eslint-plugin's releases. Release 5.0.2 5.0.2 (2022-08-04) Bug Fixes allow additional schema types in require-meta-schema (#277) (5bf0648) clarify report messages for...

dependencies
javascript

List of rules where it should be easy / practical / useful to implement an autofixer: * [jquery-ember-run](https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/jquery-ember-run.md) * Add run loop? * Low priority since jQuery use is discouraged...

enhancement
good first issue

Accessing `this.controllerFor()` property inside `setupController/resetController` method in a route class raises a lint error ( `no-controller-access-in-routes`). Is that the expected behavior and if yes, how can one access another controller...

question

Originally reported here: https://github.com/emberjs/rfcs/issues/759 I ran in to this while debugging: https://github.com/mariogintili/async-model/pull/1/files#diff-be9bc2296e644e9cc4c783e51a6a231716c251353aca253effd68264bae589fbR5 what I wrote there: ``` // routes/application.js * This model hook is ran for _every_ route. Because routes...

enhancement

We are waiting until we have enough breaking changes before proceeding with this release. Planned changes: * TODO For reference, the [v11](https://github.com/ember-cli/eslint-plugin-ember/releases/tag/v11.0.0) release took place on 2022-07-20 (https://github.com/ember-cli/eslint-plugin-ember/issues/1169).

Breaking