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

Ember CLI addon for linting Ember projects with ESLint

Results 37 ember-cli-eslint issues
Sort by recently updated
recently updated
newest added

Bumps [ember-resolver](https://github.com/ember-cli/ember-resolver) from 5.2.1 to 8.0.2. Release notes Sourced from ember-resolver's releases. Release 8.0.2 :bug: Bug Fix #590 Revert "Ensure app/foo/index.js can be looked up with foo:main" (@rwjblue) Committers: 1...

dependencies

My ember app doesn't have tests, hence I removed the test folder. However when this module is added, the following error message will be printed: `broccoli-persistent-filter:EslintValidationFilter: Expected Broccoli node, got...

If a the `testGenerator` option is not set we should not set the `group` option to `true`.

bug
beginner-friendly

Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 8.0.1 to 11.1.0. Release notes Sourced from eslint-plugin-node's releases. v11.1.0 The many rules for Node.js in the ESLint core will be deprecated in ESLint 7.0.0. This release...

dependencies

Bumps [broccoli-lint-eslint](https://github.com/ember-cli/broccoli-lint-eslint) from 5.0.0 to 6.0.0. Release notes *Sourced from [broccoli-lint-eslint's releases](https://github.com/ember-cli/broccoli-lint-eslint/releases).* > ## Release 6.0.0 > #### :boom: Breaking Change > * [#236](https://github-redirect.dependabot.com/ember-cli/broccoli-lint-eslint/pull/236) Upgrade to ESLint 6 ([@​remusao](https://github.com/remusao)) >...

dependencies

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. **This update includes security fixes.** Vulnerabilities fixed *Sourced from [The Node Security Working Group](https://github.com/nodejs/security-wg/blob/master/vuln/npm/505.json).* > **Man-in-the-Middle** > [https-proxy-agent] Socket returned without TLS upgrade on...

dependencies
security

We are using ember 3.12 with typescript. Currently we are migrating to ESLint for linting JavaScript and TypeScript. The project is configured according to the @typescript-eslint project [documentation](https://github.com/typescript-eslint/typescript-eslint). The linting...

Tracking this so I can add a solution for `eslint-plugin-import`

I wanted this functionality so I added it. The only caveat that I found was that this causes the build to fail and hang instead of fail and quit. An...

Inspired by a talk at Emberconf I though it might be a good idea to enable eslint caching. I expected this to be a pretty simple config option in eslintrc.js...

enhancement