Skip to content

Commit

Permalink
fix(create-quasar/v1): Use eslint-plugin-vue v8 (ts)
Browse files Browse the repository at this point in the history
v9 doesn't support Node v12
#15044 (comment)
  • Loading branch information
yusufkandemir committed Dec 3, 2022
1 parent dd6e778 commit c3fc681
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.10.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-plugin-vue": "^8.7.1",
<% if (lintConfig === 'standard') { %>
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
Expand Down

0 comments on commit c3fc681

Please sign in to comment.