chore: fix CR line endings from es lint (prettier/prettier) (#11588)
This commit is contained in:
@@ -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__/(.*)",
|
||||
|
||||
Reference in New Issue
Block a user