lint: migrate prettier to oxfmt (#20783)
Most changes are `implements` being unwrapped this is not a oxfmt regression Prettier in 3.7 (we're on 3.1) changed this behaviour prettier blog [post](https://prettier.io/blog/2025/11/27/3.7.0#change-18094) This unifies our linting tooling --------- Co-authored-by: github-actions <github-actions@twenty.com> Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@@ -36,9 +36,7 @@
|
||||
{
|
||||
"key": "userGuideOverview",
|
||||
"label": "Overview",
|
||||
"pages": [
|
||||
"user-guide/introduction"
|
||||
]
|
||||
"pages": ["user-guide/introduction"]
|
||||
},
|
||||
{
|
||||
"key": "dataModel",
|
||||
@@ -220,9 +218,7 @@
|
||||
{
|
||||
"key": "aiHowTos",
|
||||
"label": "How-Tos",
|
||||
"pages": [
|
||||
"user-guide/ai/how-tos/ai-faq"
|
||||
]
|
||||
"pages": ["user-guide/ai/how-tos/ai-faq"]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -309,9 +305,7 @@
|
||||
{
|
||||
"key": "permissionsAccessHowTos",
|
||||
"label": "How-Tos",
|
||||
"pages": [
|
||||
"user-guide/permissions-access/how-tos/permissions-faq"
|
||||
]
|
||||
"pages": ["user-guide/permissions-access/how-tos/permissions-faq"]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -332,9 +326,7 @@
|
||||
{
|
||||
"key": "billingHowTos",
|
||||
"label": "How-Tos",
|
||||
"pages": [
|
||||
"user-guide/billing/how-tos/billing-faq"
|
||||
]
|
||||
"pages": ["user-guide/billing/how-tos/billing-faq"]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -359,9 +351,7 @@
|
||||
{
|
||||
"key": "settingsHowTos",
|
||||
"label": "How-Tos",
|
||||
"pages": [
|
||||
"user-guide/settings/how-tos/settings-faq"
|
||||
]
|
||||
"pages": ["user-guide/settings/how-tos/settings-faq"]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -374,9 +364,7 @@
|
||||
{
|
||||
"key": "developersOverview",
|
||||
"label": "Overview",
|
||||
"pages": [
|
||||
"developers/introduction"
|
||||
]
|
||||
"pages": ["developers/introduction"]
|
||||
},
|
||||
{
|
||||
"key": "apps",
|
||||
|
||||
Reference in New Issue
Block a user