Skip to content

Commit

Permalink
Add support for eslint-plugin-vue v9 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
tclindner committed May 23, 2022
1 parent 076111d commit e63b427
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 23 deletions.
90 changes: 70 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"babel-eslint": "^10.1.0",
"enhanced-resolve": "^5.9.3",
"eslint": "^8.15.0",
"eslint": "^8.16.0",
"eslint-config-tc": "^22.0.0",
"eslint-formatter-pretty": "^4.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand All @@ -46,7 +46,7 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-test-id": "^2.1.0",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-vue": "^9.0.1",
"eslint-plugin-vuejs-accessibility": "^1.1.1",
"is-plain-obj": "^3.0.0",
"jest": "^28.1.0",
Expand All @@ -57,7 +57,7 @@
"peerDependencies": {
"eslint": "^8.0.0",
"eslint-plugin-test-id": "^2.1.0",
"eslint-plugin-vue": "^8.0.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-plugin-vuejs-accessibility": "^1.1.1"
},
"engines": {
Expand Down

0 comments on commit e63b427

Please sign in to comment.