Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Enubia committed Nov 22, 2023
1 parent 711b829 commit 1a7893f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends": ["slurp-config", "slurp-config/vue"]
"extends": ["slurp-config", "slurp-config/vue"],
"parser": "vue-eslint-parser"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"electron-store": "8.1.0",
"electron-unhandled": "4.0.1",
"electron-updater": "6.1.4",
"eslint-config-slurp-config": "2.0.1",
"eslint-config-slurp-config": "2.0.2",
"husky": "8.0.3",
"lint-staged": "15.1.0",
"release-it": "17.0.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 1a7893f

Please sign in to comment.