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

It would be great to automatically run `eslint` using this package as a formatter, so that people can integrate their terminal with editors to easily click into a file when...

enhancement

Some context: https://github.com/amilajack/eslint-plugin-compat This eslint plugin is gaining popularity. The idea is to customize the rules based on the target browsers, warning when the user attempts to use a feature...

It would be nice to check whether there is `.eslint.yml` in the project or not before creating new ones. I installed the `^4.0.0` version just now and got new `.eslint.js`...

The build is really really slow since we included this: ``` Slowest Trees | Total ----------------------------------------------+--------------------- EslintValidationFilter | 31237ms EslintValidationFilter | 11729ms ```

Somehow, I'm seeing some configuration options applied during testing that shouldn't be applied. I have a bunch of tests failing due to the `comma-dangle` rule being applied. ``` not ok...

Hey, when adopting ember-cli-eslint you'll likely end up with a lot of warnings/errors and in turn you will a) change your code a lot b) change .eslintrc quite a bit...

enhancement

Hi Since updating to ember 2.5 recently, I'm now getting this error: ``` /Users/oli/Projects/ember/node_modules/ember-freestyle/addon/modules/ember-freestyle/services/ember-freestyle.js 0:0 warning File ignored by default. Use "--ignore-pattern '!node_modules/*'" to override ``` Any ideas? This was...