chore(prettier): fix end-of-line warnings (#3642)

This commit is contained in:
Joe Boccanfuso 2023-09-11 10:31:40 -04:00 committed by GitHub
parent c158279a53
commit de0a742733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,5 +7,6 @@
"semi": true,
"singleQuote": true,
"arrowParens": "avoid",
"singleAttributePerLine": true
"singleAttributePerLine": true,
"endOfLine": "auto"
}