We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7096ec6 commit 4c84db8Copy full SHA for 4c84db8
package.json
@@ -4,7 +4,7 @@
4
"description": "CloudEvents SDK for JavaScript",
5
"main": "index.js",
6
"scripts": {
7
- "lint": "standardx",
+ "lint": "standardx index.js lib examples",
8
"fix": "standardx --fix",
9
"pretest": "npm run lint",
10
"test": "mocha test/**/*.js",
0 commit comments