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 901abd8 commit 643e294Copy full SHA for 643e294
package.json
@@ -16,8 +16,8 @@
16
"coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test",
17
"coverage-all": "nyc --reporter=lcov --reporter=text --reporter=text-summary npm run test-all",
18
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
19
- "lint": "eslint . 'bin/*' --cache",
20
- "lint-fix": "eslint . 'bin/*' --fix"
+ "lint": "eslint . \"bin/*\" --cache",
+ "lint-fix": "eslint . \"bin/*\" --fix"
21
},
22
"author": "Joyee Cheung <joyeec9h3@gmail.com>",
23
"repository": {
0 commit comments