Skip to content

Commit 5154014

Browse files
committed
fix: lint script
1 parent 0c6ed6d commit 5154014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"release": "release-it",
66
"build": "tsc",
7-
"lint": "eslint . --ext .ts"
7+
"lint": "eslint ./src"
88
},
99
"devDependencies": {
1010
"@eslint/js": "9.19.0",

0 commit comments

Comments
 (0)