Skip to content

Commit

Permalink
fix(create-quasar/v1): Use eslint-plugin-vue v8 (js)
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 4f235a7 commit dd6e778
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@
<% if (preset.lint) { %>
"@babel/eslint-parser": "^7.13.14",
"eslint": "^8.10.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-plugin-vue": "^8.7.1",
"eslint-webpack-plugin": "^2.0.0",
<% if (lintConfig === 'standard') { %>
"eslint-config-standard": "^17.0.0",
Expand Down

0 comments on commit dd6e778

Please sign in to comment.