Skip to content

Commit 1c79609

Browse files
Merge pull request #160 from MikeMcC399/lint-script-windows
chore: make lint script Windows compatible
2 parents 0b6ec16 + dafc63b commit 1c79609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"semantic-release": "15.13.18"
3535
},
3636
"scripts": {
37-
"lint": "eslint '*.js' '**/**/*.js'",
37+
"lint": "eslint \"*.js\" \"**/**/*.js\"",
3838
"lint-fix": "npm run lint -- --fix",
3939
"semantic-release": "semantic-release",
4040
"start": "yarn run test-watch",

0 commit comments

Comments
 (0)