You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently package.json is using "ember-template-lint": "^1.0.0-beta.6" instead of "ember-cli-template-lint": "^1.0.0-beta.1" because of a yucky bug where the template linter reports that your attributes aren't surrounded with the correct amount of whitespace.
Currently
package.json
is using"ember-template-lint": "^1.0.0-beta.6"
instead of"ember-cli-template-lint": "^1.0.0-beta.1"
because of a yucky bug where the template linter reports that your attributes aren't surrounded with the correct amount of whitespace.See: ember-template-lint/ember-template-lint#467 (comment)
The text was updated successfully, but these errors were encountered: