Skip to content

Commit 663e61d

Browse files
committed
chore: add script lint to package.json
1 parent 397984d commit 663e61d

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
@@ -9,6 +9,7 @@
99
"build:demo": "parcel build ./demo/index.html --out-dir ./demo/dist --public-url ./",
1010
"build": "rm -rf ./dist && tsc",
1111
"prettier": "prettier '@(src|demo)/**/*.@(ts|tsx|html|less)' --write",
12+
"lint": "tslint -p tsconfig.json --fix",
1213
"test": "echo \"Error: no test specified\" && exit 1"
1314
},
1415
"repository": {

0 commit comments

Comments
 (0)