Skip to content

Commit

Permalink
Use double quotes in lint script (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Sep 15, 2022
1 parent 42a2b2b commit 81fe00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,8 +21,8 @@
"test": "npm run lint && ava",
"build": "npm run clean && tsc --project tsconfig.tsd.json && chmod +x dist/cli.js",
"clean": "del-cli dist",
"lint": "eslint 'source/**/*'",
"lint:fix": "eslint --fix 'source/**/*'"
"lint": "eslint \"source/**/*\"",
"lint:fix": "eslint --fix \"source/**/*\""
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 81fe00d

Please sign in to comment.