Skip to content

Commit ed17883

Browse files
committed
chore: add lint script
1 parent 1e240fa commit ed17883

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
@@ -6,6 +6,7 @@
66
"scripts": {
77
"build": "tsc",
88
"test": "jest --bail",
9+
"lint": "eslint . --ext .ts,.js --ignore-path .gitignore",
910
"lint:types": "tsc --noEmit",
1011
"postinstall": "husky install",
1112
"prepublishOnly": "pinst --disable",

0 commit comments

Comments
 (0)