Skip to content

Commit

Permalink
Fix Vue Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tzsk committed Jun 25, 2022
1 parent 45ec688 commit 0f915dd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/templates/vue-ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const packages = [
'@typescript-eslint/eslint-plugin',
'@typescript-eslint/parser',
'vue-eslint-parser',
'eslint-plugin-vue',
];

export const eslintOverrides = [
Expand Down
2 changes: 1 addition & 1 deletion lib/templates/vue.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const packages = ['vue-eslint-parser'];
export const packages = ['vue-eslint-parser', 'eslint-plugin-vue'];

export const eslintOverrides = [
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vite-pretty-lint",
"version": "0.0.2",
"version": "0.0.3",
"description": "ESLint and Prettier for Vite Project",
"author": "Kazi Ahmed",
"repository": "https://github.com/tzsk/vite-pretty-lint",
Expand Down

0 comments on commit 0f915dd

Please sign in to comment.