Skip to content

Commit

Permalink
fix lint to run on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Nov 3, 2021
1 parent 18ce000 commit 3639349
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 @@ -3,7 +3,7 @@
"version": "4.0.0",
"description": "Columnated lists for the CLI.",
"scripts": {
"lint": "npx eslint --fix '*.js' && npx prettier --write '*.js'",
"lint": "npx eslint --fix \"*.js\" && npx prettier --write \"*.js\"",
"test": "node test.js && node color.js",
"cover": "npx c8 npm test"
},
Expand Down

0 comments on commit 3639349

Please sign in to comment.