Skip to content

Commit 74822f6

Browse files
format package.json
1 parent b6cd079 commit 74822f6

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,19 @@
111111
"watchify": "watchify index.js --standalone Watson --outfile dist/watson.js --debug --verbose"
112112
},
113113
"lint-staged": {
114-
"test/**/*.js": ["eslint --fix", "test-unit", "git add"],
115-
"examples/*.js": ["eslint --fix", "git add"],
116-
"**/*.ts": ["tsc", "test-unit", "git add"]
114+
"test/**/*.js": [
115+
"eslint --fix",
116+
"test-unit",
117+
"git add"
118+
],
119+
"examples/*.js": [
120+
"eslint --fix",
121+
"git add"
122+
],
123+
"**/*.ts": [
124+
"tsc",
125+
"test-unit",
126+
"git add"
127+
]
117128
}
118129
}

0 commit comments

Comments
 (0)