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
As said on the NPM page and when installing the dependency, babel-eslint is deprecated in favour to @babel/eslint-parser. I'll be bring updates and maintenance to it and remove the warning in command line.
TO-DO:
install @babel/eslint-parser as development dependency
replace babel-parser by @babel/eslint-parser inside the parser field in .eslintrc.json
replace eslint-plugin-babel by @babel/eslint-plugin development dependency
replace babel by @babel inside plugins array in .eslintrc.json
update all rules naming
check everything is working as intended
CLI OUTPUT:
npm WARN deprecated [email protected]: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
As said on the NPM page and when installing the dependency,
babel-eslint
is deprecated in favour to@babel/eslint-parser
. I'll be bring updates and maintenance to it and remove the warning in command line.TO-DO:
@babel/eslint-parser
as development dependencybabel-parser
by@babel/eslint-parser
inside theparser
field in.eslintrc.json
eslint-plugin-babel
by@babel/eslint-plugin
development dependencybabel
by@babel
insideplugins
array in.eslintrc.json
CLI OUTPUT:
Links:
The text was updated successfully, but these errors were encountered: