Skip to content

Commit

Permalink
Merge pull request #559 from asharonbaltazar/prettier-error
Browse files Browse the repository at this point in the history
Added endOfLine: 'auto' in prettier configs
  • Loading branch information
theClarkSell authored Jan 25, 2021
2 parents 35c5c42 + 8f1184c commit a143908
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"svelteSortOrder": "scripts-markup-styles",
"svelteStrictMode": true,
"svelteBracketNewLine": true,
"svelteAllowShorthand": true
"svelteAllowShorthand": true,
"endOfLine": "auto"
}

1 comment on commit a143908

@vercel
Copy link

@vercel vercel bot commented on a143908 Jan 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.