Bryan Mishkin

Results 359 comments of Bryan Mishkin

It's a fair point that a legacy codebase may want to use a `base` config and selectively enable some rules on top of that, since our recommended config does target...

If you want to proceed with `base`, it should mostly just be a revert of https://github.com/ember-cli/eslint-plugin-ember/pull/1518.

Thanks for the proposal. I generally do not agree with removing rules from the recommended config just because they are targeting old Ember versions. I'd prefer that we keep rules...

CC: @MelSumner who implemented the rule.

Do you have a specific need for these? If we're going to export more helpers, I want to make sure we are thoughtful about how they are named and organized,...

First alpha is out: * https://github.com/ember-template-lint/ember-template-lint/releases/tag/v6.0.0-alpha.0

@NullVoxPopuli I think it's best for me to release the final v6 now. It's already a large release. #3013 can be saved for the next release whenever it's ready so...

Released: https://github.com/ember-template-lint/ember-template-lint/releases/tag/v6.0.0 No changes from the alpha except some dependency upgrades.

That generally sounds fine to me. If a lint rule does not align with official Ember recommendations, then it makes sense for it to be optional and not recommended, and...

Our unit tests have to be run with `npm run test:jest` to avoid those errors. This is following the instructions of https://jestjs.io/docs/ecmascript-modules for ESM support. It looks like the VSCode...