chore(prettier): fix end-of-line warnings (#3642)
This commit is contained in:
parent
c158279a53
commit
de0a742733
@ -7,5 +7,6 @@
|
|||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"arrowParens": "avoid",
|
"arrowParens": "avoid",
|
||||||
"singleAttributePerLine": true
|
"singleAttributePerLine": true,
|
||||||
|
"endOfLine": "auto"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user