build(ui): Fix Windows UI lint (#4556)

Prettier expects LF line endings by default: https://prettier.io/docs/en/options.html#end-of-line
This commit is contained in:
Matt Matravers 2022-04-05 01:48:11 +01:00 committed by GitHub
parent b277048b72
commit c108b07707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored
View File

@ -1,3 +1,5 @@
*.sh text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
gradlew text eol=lf
metadata-utils/src/test/resources/filterQuery/* text eol=lf