Skip to content

Commit

Permalink
Merge pull request #160 from MikeMcC399/lint-script-windows
Browse files Browse the repository at this point in the history
chore: make lint script Windows compatible
  • Loading branch information
jennifer-shehane committed Apr 12, 2024
2 parents 0b6ec16 + dafc63b commit 1c79609
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 @@ -34,7 +34,7 @@
"semantic-release": "15.13.18"
},
"scripts": {
"lint": "eslint '*.js' '**/**/*.js'",
"lint": "eslint \"*.js\" \"**/**/*.js\"",
"lint-fix": "npm run lint -- --fix",
"semantic-release": "semantic-release",
"start": "yarn run test-watch",
Expand Down

0 comments on commit 1c79609

Please sign in to comment.