Skip to content

Commit

Permalink
add clrf
Browse files Browse the repository at this point in the history
  • Loading branch information
FroggyPanda committed Mar 30, 2024
1 parent f74f856 commit 810dab8
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "module",
"scripts": {
"lint": "prettier \"src/**/**.js\" --check && eslint \"src/**/**.js\" && tsc",
"format": "prettier \"src/**/**.js\" --write"
"format": "prettier \"src/**/**.js\" --write && crlf --set=LF \"src/**/**.js\""
},
"dependencies": {
"chalk": "^4.1.2",
Expand All @@ -26,6 +26,7 @@
"@types/node": "^18.15.13",
"@types/pluralize": "^0.0.29",
"@types/yargs": "^17.0.24",
"crlf": "^1.1.1",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
},
Expand Down
44 changes: 44 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 810dab8

Please sign in to comment.