Skip to content

Commit 643e294

Browse files
committed
package: fix lint script for Windows (#316)
1 parent 901abd8 commit 643e294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test",
1717
"coverage-all": "nyc --reporter=lcov --reporter=text --reporter=text-summary npm run test-all",
1818
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
19-
"lint": "eslint . 'bin/*' --cache",
20-
"lint-fix": "eslint . 'bin/*' --fix"
19+
"lint": "eslint . \"bin/*\" --cache",
20+
"lint-fix": "eslint . \"bin/*\" --fix"
2121
},
2222
"author": "Joyee Cheung <joyeec9h3@gmail.com>",
2323
"repository": {

0 commit comments

Comments
 (0)