fix: fix eslint error in webstorm (#1073)

This commit is contained in:
conghuhu
2022-08-29 15:23:51 +08:00
committed by GitHub
parent 674d1619dd
commit 5948782cdd
2 changed files with 55 additions and 17 deletions

View File

@ -65,7 +65,7 @@
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"cross-env": "^7.0.3",
"eslint": "^8.23.0",
"eslint": "8.22.0",
"eslint-plugin-react": "^7.31.1",
"husky": "^4.3.8",
"lint-staged": "^13.0.3"