replace babel-eslint with @babel/eslint-parser
Description
Environment
None
Potential Workaround
None
Checklist
hideTestRail: Results
Activity
Show:

Vadym Shchekotilin October 27, 2022 at 7:55 AMEdited
new issue was created - . Moved this issue back to Closed.
Zak Burke October 26, 2022 at 12:51 PM
, : Whoops, there was a small mistake in PR #151 and @babel/eslint-parser
was added as a direct-dependency, rather than a dev-dependency, resulting in build warnings at the platform level:
I reopened this ticket but if you'd prefer to leave this one closed and fix this under a new ticket it's totally up to you. It would be great to get this clean up done in time for Nolana () if possible. Thank you!
Done
Details
Details
Assignee

Reporter
Labels
Priority
Story Points
0.5
Sprint
None
Development Team
Firebird
Fix versions
Release
Morning Glory (R2 2022) Bug Fix
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created April 15, 2022 at 6:09 PM
Updated October 27, 2022 at 10:34 AM
Resolved October 27, 2022 at 7:56 AM
TestRail: Cases
TestRail: Runs
babel-eslint was deprecated after v10 and is no longer maintained. It has been replaced by @babel/eslint-parser. Migrating is necessary in order to continue enforcing code standards that use contemporary react features such as hooks.