chore: add eol auto to prettier

This commit is contained in:
Kalane 2021-09-14 00:16:32 +02:00
parent ac10c94be2
commit 218b97f88e

View file

@ -6,5 +6,6 @@
"quoteProps": "consistent",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 100
"printWidth": 100,
"endOfLine": "auto"
}