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
Since ember-template-lint 4.x has been converted to ESM, eslint-plugin-hbs is no longer compatible (the hbs/check-hbs-template-literals rule cannot load ember-template-lint since it is using require()):
Since
ember-template-lint
4.x has been converted to ESM,eslint-plugin-hbs
is no longer compatible (thehbs/check-hbs-template-literals
rule cannot loadember-template-lint
since it is usingrequire()
):eslint-plugin-hbs/lib/rules/check-hbs-template-literals.js
Line 51 in 7cc617f
Once ESLint supports async rules, it will be possible to update the rule to load
ember-template-lint
via:Supporting async rules is on the ESLint 2022 Roadmap.
The text was updated successfully, but these errors were encountered: