Basic JavaScriptUnderstanding of npm dependenciesFamiliarity with babel upgrade
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
85
研究方向
The issue requests adding upgrade logic for babel eslint in the babel upgrade tool. First, locate the file that handles dependency upgrades (likely in src/ or similar). Look for existing patterns for upgrading other packages like babel core or babel preset env. Then implement a check to replace 'babel eslint' version from '^8.2.6' to '^9.0.0' if present. The PR #78 or related commits may provide guidance.
Should upgrade babel-eslint if present in the dependencies · babel/babel-upgrade#79 | Good First Issue