Skip to content

Commit

Permalink
chore: Update lint to target .ts files only
Browse files Browse the repository at this point in the history
  • Loading branch information
yuan-93 committed Jun 20, 2024
1 parent 6709462 commit 825413c
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 @@ -27,7 +27,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src/ --quiet --ext .ts,.tsx",
"lint": "eslint src/ --quiet --ext .ts",
"lint:errors": "eslint src/ --quiet",
"lint:fix": "eslint src/ --fix"
},
Expand Down

0 comments on commit 825413c

Please sign in to comment.