Skip to content

Commit

Permalink
Fix eslint on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Rowno committed Oct 19, 2019
1 parent 78e36af commit e37c4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tasks"
],
"scripts": {
"test": "eslint '**/*.js' && ava"
"test": "eslint \"**/*.js\" && ava"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit e37c4ac

Please sign in to comment.