Skip to content

Commit

Permalink
Make newlines consistent across different OS (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
geofflamrock authored Aug 27, 2024
1 parent 90ce5f6 commit a240717
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 @@ -74,7 +74,7 @@
},
"scripts": {
"all": "npm run format && npm run build && npm test",
"build": "tsc",
"build": "tsc --newLine lf",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"prebuild": "eslint src/**/*.ts",
Expand Down

0 comments on commit a240717

Please sign in to comment.