Skip to content

Commit

Permalink
Fixed inconsistent line endings between Unix(LF) and Windows(CRLF) sy…
Browse files Browse the repository at this point in the history
…stems(fixes metacall#68)
  • Loading branch information
HeeManSu committed Aug 24, 2024
1 parent 40f1d3c commit 753b5ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid"
"arrowParens": "avoid",
"endOfLine": "lf"
},
"eslintConfig": {
"env": {
Expand Down

0 comments on commit 753b5ce

Please sign in to comment.