Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
use double quotes for windows compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Oct 11, 2021
1 parent 2d82bfc commit e42d13d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
"scripts": {
"prepublishOnly": "npm run test",
"pretest": "npm run lint && npm run format",
"lint": "npx eslint --fix '**/*.js'",
"format": "npx prettier --write '**/*.js'",
"pretest": "npm run lint",
"lint": "npx eslint --fix \"**/*.js\" && npx prettier --write \"**/*.js\"",
"test": "node test/checker.js"
},
"keywords": [
Expand Down

0 comments on commit e42d13d

Please sign in to comment.