Skip to content

Commit

Permalink
Merge pull request #6898 from tech-conferences/prettier
Browse files Browse the repository at this point in the history
Fix prettier
  • Loading branch information
cgrail authored Jun 10, 2024
2 parents 9f86d26 + 2d17fc0 commit 0fd2dd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test": "node scripts/conferences.test.js",
"updateValidLocations": "node ./scripts/updateValidLocations.js",
"reorder-confs": "node ./scripts/reorderConferencesByDate.js",
"format": "prettier --write scripts/**/*.js",
"lint": "prettier --check scripts/**/*.js"
"format": "prettier scripts --write",
"lint": "prettier scripts --check"
},
"homepage": "https://confs.tech"
}
}

0 comments on commit 0fd2dd7

Please sign in to comment.