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 e40954f commit 92771bbCopy full SHA for 92771bb
1 file changed
package.json
@@ -17,7 +17,8 @@
17
},
18
"scripts": {
19
"test": "npm run test:lint && npm run test:unit",
20
- "test:lint": "standard --fix",
+ "test:lint": "standard",
21
+ "test:lint:fix": "standard --fix",
22
"test:unit": "node test/parallel/* && node test/message && node test/node-core-test.js"
23
24
"devDependencies": {
0 commit comments