chore: fix CR line endings from es lint (prettier/prettier) (#11588)

This commit is contained in:
Aldrin 2023-10-12 04:44:22 +05:30 committed by GitHub
parent 08b72e2b90
commit 03103e1efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ module.exports = {
semi: true,
printWidth: 110,
arrowParens: "always",
endOfLine: "auto",
importOrder: [
// Mocks must be at the top as they contain vi.mock calls
"(.*)/__mocks__/(.*)",