Skip to content

Commit

Permalink
feat!: update base config to v15, supporting eslint 8
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Nov 11, 2021
1 parent cfa98d5 commit cbf533a
Show file tree
Hide file tree
Showing 2 changed files with 2,164 additions and 4,111 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"test": "eslint . --no-fix"
},
"dependencies": {
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "^2.22.1"
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.25.3"
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0-0 || ^5.0.0-0",
"eslint": "^5.16.0 || ^6.1.0 || ^7.2.0",
"eslint-plugin-import": "^2.18.2"
"@vue/cli-service": "^4.0.0-0 || ^5.0.0-0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-plugin-import": "^2.25.3"
},
"devDependencies": {
"@vue/cli-service": "^4.5.10",
"eslint": "^7.17.0"
"@vue/cli-service": "^5.0.0-rc.0",
"eslint": "^8.2.0"
}
}
Loading

0 comments on commit cbf533a

Please sign in to comment.