Bryan Mishkin

Results 359 comments of Bryan Mishkin

In order to help this PR get in, I think we just need to get everything into a consistent state. It's okay if it isn't perfect. We can call out...

@rob-long let us know when you think the PR is in good shape to get in. Note that there are pre-existing memory issues causing CI to fail that you can...

@rob-long last issue is that we can't use optional chaining (`?.`) yet due to Node 12 support. I'll merge this once that is fixed.

@rob-long can we also rename this rule to `attribute-order`? It sounds more natural to me, and is more consistent with the other rule we have `attribute-indentation`.

Just a heads up that we're going to release the v5 version in the next week or two (#2319). It would be a good time to switch to use full...

Available in [v4.18.0](https://github.com/ember-template-lint/ember-template-lint/releases/tag/v4.18.0), thanks @rob-long!

Just a heads up that we're going to release the v5 version in the next week or two (https://github.com/ember-template-lint/ember-template-lint/issues/2319). It would be a good time to make any breaking changes.

@villelahdenvuo I just reopened the PR as #4985. Please comment or upvote the PR to express interest.

I've opened up an implementation for this RFC in: * https://github.com/ember-cli/ember-cli/pull/10122

Hit the same issue as @loganpowell with an empty object yielding an unwanted JSON-filled column. Used a similar workaround.