Brian Sipple
Brian Sipple
I'm seeing the same error. Here's the markup structure that I'm currently using: ```html Panel Title Panel Content ```
@oligriffiths @jcano Are your files still being linted despite the warnings? I've been looking into this, as it occurs for `tests/.eslintrc.js` as well, and while I still can't fathom why...
It looks like this traces back to a behavior in `eslint` where [warning messages for default-ignored files were being output](https://github.com/eslint/eslint/issues/4931). But then it also appears that this behavior has been...
@oligriffiths I don't think 2.10+ would introduce anything beyond incremental minor updates from the current version we're using (2.4). That said, after digging around a bit into [how we're currently...
https://github.com/ember-cli/broccoli-lint-eslint/pull/37 was just merged in `broccoli-lint-eslint`, and I bumped its version to 2.3.0. @oligriffiths @sonnyt Reinstalling `ember-cli-eslint` will update your `broccoli-lint-eslint` dependency. I've done this in my projects and I'm...
https://github.com/ember-cli/ember-cli-eslint/issues/48 also touches on mysterious behavior in Atom. I just did a fresh install of `linter-eslint` in Atom, generated a new Ember app with `ember-cli` @ 2.6.0-beta.2, ran `ember install...
@maoueh Yep, I’m seeing this too. This is a tough one. It appears to be [related to an issue](https://github.com/eslint/eslint/issues/4931) that's affecting all users of eslint at the moment, and I’m...
This seems like a good change. Pinging @firmread
@techsoldaten Are you experiencing this issue in your application, or in the demo app? https://github.com/BrianSipple/ember-stagger-swagger/pull/5 addressed this issue in Safari, but the demo app was still using the previous version...
@techsoldaten And this was after the 1.0.11 patch resolved the issue for you? I'm using 1.0.12 in a number of apps, including the [demo](https://github.com/BrianSipple/ember-stagger-swagger-demo), and I'm still having trouble replicating...