Skip to content

Commit

Permalink
Merge pull request #71 from Compositr/main
Browse files Browse the repository at this point in the history
chore: change CRLF to LF
  • Loading branch information
Elius94 authored Jun 27, 2023
2 parents 00377a5 + 6e09989 commit a18e775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ module.exports = {
4
],
"linebreak-style": [
"error",
//"unix",
"windows"
"warn",
"unix",
// "windows"
],
"quotes": [
"error",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript"],
"files.eol": "\r\n"
"files.eol": "\n"
}

0 comments on commit a18e775

Please sign in to comment.