Skip to content

Commit

Permalink
chore(scripts): gives lint script a target
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbhesswebber committed Jan 13, 2024
1 parent 4738fd7 commit 88d9662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dev": "vitest --watch",
"build": "pnpm run compile && vite build",
"compile": "tsc",
"lint": "eslint",
"lint": "eslint .",
"test": "vitest --watch=false"
},
"devDependencies": {
Expand Down

0 comments on commit 88d9662

Please sign in to comment.