feat: Replace eslint => oxlint + oxfmt
All checks were successful
Deployment / wordpress (push) Successful in 6s
Deployment / nuxt (push) Successful in 1m4s

This commit is contained in:
2026-02-01 21:53:40 -05:00
parent 58dbcdd25a
commit f831c4e339
57 changed files with 14911 additions and 5932 deletions

View File

@@ -1,16 +1,20 @@
fragment SiteOptions on GroupSiteOptions {
email
phoneNumber { ... AcfPhone }
phoneNumber {
...AcfPhone
}
...AcfSocial
links {
contact { ... AcfLink}
contact {
...AcfLink
}
}
}
query SiteOptions {
siteOptions {
groupSiteOptions {
... SiteOptions
...SiteOptions
}
}
}