Skip to content

Commit

Permalink
fix: wrong lint-staged statement
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Sep 25, 2024
1 parent d207148 commit 3c2850f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"preserveUnused": true
},
"lint-staged": {
"*": "nuxi typecheck && eslint --fix"
"*": "yarn nuxi typecheck .",
"**/*.{vue,ts,js}": "eslint"
}
}

0 comments on commit 3c2850f

Please sign in to comment.