Skip to content

Commit 4353b35

Browse files
committed
chore: add lint script to package.json
1 parent a1b48bf commit 4353b35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"dev": "unbuild --stub",
3434
"build": "unbuild",
3535
"test": "vitest run",
36+
"lint": "tsc --noEmit",
3637
"typecheck": "tsc --noEmit",
3738
"format": "prettier --write ."
3839
},

0 commit comments

Comments
 (0)