Skip to content

Commit

Permalink
feat: support eslint v8
Browse files Browse the repository at this point in the history
Bumps eslint to v8, typescript-eslint to v5 and eslint-plugin-vue to v7.17 (first version to support eslint v8).
This commit also drops support for older versions of eslint.
  • Loading branch information
cexbrayat committed Oct 13, 2021
1 parent e11179c commit 436b12b
Show file tree
Hide file tree
Showing 2 changed files with 1,235 additions and 1,389 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -28,10 +28,10 @@
},
"homepage": "https://github.com/vuejs/eslint-config-typescript#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.10.0",
"eslint-plugin-vue": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"eslint-plugin-vue": "^7.17.0",
"execa": "^4.0.3",
"jest": "^26.5.2",
"typescript": "^4.0.3",
Expand All @@ -40,10 +40,10 @@
"vue-property-decorator": "^9.0.2"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0",
"eslint-plugin-vue": "^5.2.3 || ^6.0.0 || ^7.0.0"
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0",
"eslint-plugin-vue": "^7.17.0"
},
"dependencies": {
"vue-eslint-parser": "^7.0.0"
Expand Down

0 comments on commit 436b12b

Please sign in to comment.