Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakMukhopadhyay committed Jun 16, 2023
1 parent 804e7bd commit 02d0271
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 @@ -5,7 +5,7 @@
"description": "Check pull request titles and commit messages to check conventional commit standards",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"build": "tsc --newLine LF",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
Expand Down

0 comments on commit 02d0271

Please sign in to comment.