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
Suggestion: Migrate from babel-eslint to @babel/eslint-parser
Summary
The babel-eslint package has been deprecated and is no longer maintained. It has been replaced by @babel/eslint-parser, which is actively maintained and aligned with Babel's scoped package structure. I suggest updating the ESLint configuration to use @babel/eslint-parser to ensure continued compatibility and future-proof the linting setup.
The text was updated successfully, but these errors were encountered:
Suggestion: Migrate from
babel-eslint
to@babel/eslint-parser
Summary
The
babel-eslint
package has been deprecated and is no longer maintained. It has been replaced by@babel/eslint-parser
, which is actively maintained and aligned with Babel's scoped package structure. I suggest updating the ESLint configuration to use@babel/eslint-parser
to ensure continued compatibility and future-proof the linting setup.The text was updated successfully, but these errors were encountered: