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 12ac181 commit 005d532Copy full SHA for 005d532
package.json
@@ -5,6 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"lint": "standardx",
8
+ "fix": "standardx --fix",
9
"pretest": "npm run lint",
10
"test": "mocha test/**/*.js",
11
"coverage": "nyc --reporter=lcov --reporter=text npm run test",
0 commit comments