chore: fix CR line endings from es lint (prettier/prettier) (#11588)
parent
08b72e2b90
commit
03103e1efd
|
@ -7,6 +7,7 @@ module.exports = {
|
||||||
semi: true,
|
semi: true,
|
||||||
printWidth: 110,
|
printWidth: 110,
|
||||||
arrowParens: "always",
|
arrowParens: "always",
|
||||||
|
endOfLine: "auto",
|
||||||
importOrder: [
|
importOrder: [
|
||||||
// Mocks must be at the top as they contain vi.mock calls
|
// Mocks must be at the top as they contain vi.mock calls
|
||||||
"(.*)/__mocks__/(.*)",
|
"(.*)/__mocks__/(.*)",
|
||||||
|
|
Loading…
Reference in New Issue