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
espree is required by this package (at least when using the flat config, according to the file name), but not included as dependency directly. This can cause errors if espree is not installed from other packages already.
This issue apparently occurred after updating eslint-plugin-html to v53, and doesn't occur on v52. I'm unable to reproduce this locally, however as espree is directly used in this package it always should be included in the package.json.
The text was updated successfully, but these errors were encountered:
Thank you for the headsup. The goal was not to depend on espree directly, but use the default eslint parser to lint the JS files. It should be fixed on main, I'll do a release someday.
espree
is required by this package (at least when using the flat config, according to the file name), but not included as dependency directly. This can cause errors ifespree
is not installed from other packages already.eslint-plugin-html/src/verifyWithFlatConfigPatch.js
Line 164 in 9e91f97
This issue apparently occurred after updating
eslint-plugin-html
to v53, and doesn't occur on v52. I'm unable to reproduce this locally, however asespree
is directly used in this package it always should be included in the package.json.The text was updated successfully, but these errors were encountered: