Bryan Mishkin

Results 335 comments of Bryan Mishkin

I assume you'll want to get this into v6? * https://github.com/ember-template-lint/ember-template-lint/issues/2712

I assume you'll want to get this into v6? * https://github.com/ember-template-lint/ember-template-lint/issues/2712

Agreed that we need to add a bunch of tests if we're going to change this regex.

Yeah this rule is known to be buggy. Fixes welcome. You may want to use ember-template-lint-plugin-prettier instead.

That would be nice. Also would be helpful to have a feature like `TIMING=1 eslint` so we can see which rules are the slowest and then optimize them: https://eslint.org/docs/latest/extend/custom-rules#profile-rule-performance

Can you check your lockfile to ensure you have the latest version of ember-template-recast which seems like it was the fix to the linked issue?

Related to this? https://github.com/ember-template-lint/ember-template-lint/pull/2606 Lint embedded templates by default ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

One consideration is that we have been trying to move toward matching ESLint's behavior (and perhaps even converting this to an ESLint plugin someday), so would be interesting to hear...