diff --git a/desktop/.prettierrc.json b/desktop/.prettierrc.json index 5c2751a5f9..0fe565bdad 100644 --- a/desktop/.prettierrc.json +++ b/desktop/.prettierrc.json @@ -1,6 +1,5 @@ { "tabWidth": 4, - "proseWrap": "always", "objectWrap": "collapse", "plugins": [ "prettier-plugin-organize-imports", diff --git a/docs/.prettierrc.json b/docs/.prettierrc.json index 8af31cded5..0a02bcefda 100644 --- a/docs/.prettierrc.json +++ b/docs/.prettierrc.json @@ -1,4 +1,3 @@ { - "tabWidth": 4, - "proseWrap": "always" + "tabWidth": 4 } diff --git a/infra/staff/.prettierrc.json b/infra/staff/.prettierrc.json index 7cf8c86c77..8b06525972 100644 --- a/infra/staff/.prettierrc.json +++ b/infra/staff/.prettierrc.json @@ -1,6 +1,5 @@ { "tabWidth": 4, - "proseWrap": "always", "plugins": [ "prettier-plugin-organize-imports", "prettier-plugin-packagejson" diff --git a/infra/workers/.prettierrc.json b/infra/workers/.prettierrc.json index 8af31cded5..0a02bcefda 100644 --- a/infra/workers/.prettierrc.json +++ b/infra/workers/.prettierrc.json @@ -1,4 +1,3 @@ { - "tabWidth": 4, - "proseWrap": "always" + "tabWidth": 4 } diff --git a/web/.prettierrc.json b/web/.prettierrc.json index 61cbc54727..bac8f0c074 100644 --- a/web/.prettierrc.json +++ b/web/.prettierrc.json @@ -1,6 +1,5 @@ { "tabWidth": 4, - "proseWrap": "always", "objectWrap": "collapse", "plugins": [ "prettier-plugin-organize-imports",