Lucas Hill

Results 12 comments of Lucas Hill

I'm using printThis this in an [ember addon](https://github.com/LucasHill/ember-print-this) and soon-ish Ember will be removing jquery. So removing the jquery dependency would be amazing. Thanks for the great work.

Fixed eslint v9 issues here: https://github.com/ember-cli/eslint-plugin-ember/pull/2153

Should have this resolved in : https://github.com/ember-cli/eslint-plugin-ember/pull/2153

https://github.com/ember-cli/eslint-plugin-ember/pull/2153 was merged but there is at [least one](https://github.com/ember-cli/eslint-plugin-ember/blob/55cd0649066f666d72cd2a3efdc9ba3b803a3933/lib/utils/import.js#L27) (and possibly more) deprecations. However the changes did unblock using the [eslint/compat ](https://github.com/eslint/rewrite/tree/main/packages/compat) library to bring this plugin up to v9...

@NullVoxPopuli would it make sense to do a release to enable the above workaround until full support is in?

I hope this will be resolved with my second attempt here: https://github.com/ember-cli/eslint-plugin-ember/pull/2159

@JoshuaKGoldberg i am using the plugin on 12.2.0 on my large ember codebase with eslint 9 but i'm not sure what the done criteria are for this, such as getting...

@platinumazure it should be possible to get a patch release out with eslint v9 support with this merged https://github.com/platinumazure/eslint-plugin-qunit/pull/532 and also should hopefully unblock your work on v9 of this...

This should be fixed via https://github.com/platinumazure/eslint-plugin-qunit/pull/532 All tests pass when tested against eslint v9. Would love to get this in and released!