问题:
Failed to load plugin '@typescript-eslint' declared in 'package.json >> eslint-config-react-app#overrides[0]': Cannot find module 'eslint/package.json'
解决:
google了一晚上还得是chatgpt管用
运行以下命令【同时还要注意项目本身使用的Node版本和eslint版本对应问题】
bash
npm install @typescript-eslint/eslint-plugin eslint --save-dev