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
@angular-eslint/template-parser is not used in the code and it is made to request a compatible option of @angular-eslint/template-parser to ensure the plugin to be tested on this version.
Package name
eslint-plugin
Package version
11.4.1
Reproduction steps
Use
@o3r/eslint-plugin
without havingyaml-eslint-parser
installed.Current result
Issue while running linter because
yaml-eslint-parser
is not installed.Expected result
To not introduce breaking changes, in v11 we can remove the optional flags.
For v12 we can expose sub-entries like
@o3r/eslint-plugin/yaml
Additional comments
Same issue for
jsonc-eslint-parser
and@angular-eslint/template-parser
The text was updated successfully, but these errors were encountered: