Skip to content

Commit 7a0cc63

Browse files
Chore: Add lint scripts
1 parent 3f009a9 commit 7a0cc63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Convert HTML DOM to React elements",
55
"main": "./lib/index.js",
66
"scripts": {
7-
"commitmsg": "commitlint -E GIT_PARAMS"
7+
"commitmsg": "commitlint -E GIT_PARAMS",
8+
"lint": "tslint --project .",
9+
"lint:fix": "tslint --fix --project ."
810
},
911
"repository": {
1012
"type": "git",

0 commit comments

Comments
 (0)