Skip to content

Commit 4c84db8

Browse files
committed
squash: be explicit about what's linted
Signed-off-by: Lance Ball <[email protected]>
1 parent 7096ec6 commit 4c84db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CloudEvents SDK for JavaScript",
55
"main": "index.js",
66
"scripts": {
7-
"lint": "standardx",
7+
"lint": "standardx index.js lib examples",
88
"fix": "standardx --fix",
99
"pretest": "npm run lint",
1010
"test": "mocha test/**/*.js",

0 commit comments

Comments
 (0)