Skip to content

Commit d4148b3

Browse files
committed
chore: add lint scripts
1 parent 88517e7 commit d4148b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"test": "npm-run-all test:*",
4040
"test:unit": "NODE_ENV=test jest --passWithNoTests",
4141
"test:type": "NODE_ENV=production tsc --noEmit",
42+
"lint": "eslint ./src --ext .js,.ts,.tsx",
4243
"prepare": "yarn prod",
4344
"release": "release-it"
4445
},

0 commit comments

Comments
 (0)