Undocumented babel-eslint
dependency in @liferay/eslint-plugin
#1149
Labels
babel-eslint
dependency in @liferay/eslint-plugin
#1149
Issue type (mark with
x
)Description
The
@liferay/eslint-plugin
package usesbabel-eslint
as a parser, but doesn't list it as a dependency nor as a peer dependency.I don't mind installing it in my package, but I would like for it be documented at least as a peer dependency so NPM can give me warnings when its missing.
Desired behavior:
I'm able to use
@liferay/eslint-plugin
'sgeneral
configuration and run ESLint with it.Current behavior:
Repro instructions (if applicable):
npm ci
npm run lint
Other information (environment, versions etc):
eslint
7.35.0@liferay/eslint-plugin
1.4.0The text was updated successfully, but these errors were encountered: