Skip to content

Commit

Permalink
[FIX]固定eslint版本解决airbnb的兼容问题airbnb/javascript#2245
Browse files Browse the repository at this point in the history
  • Loading branch information
laincarl committed Jun 23, 2020
1 parent 9b561f6 commit 3a84db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"core-js": "^3.6.4",
"cross-spawn": "^6.0.5",
"css-loader": "^3.4.2",
"eslint": "^7.2.0",
"eslint": "7.2.0",
"eslint-config-airbnb": "latest",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.14.0",
Expand Down

0 comments on commit 3a84db1

Please sign in to comment.