agent-orchestrator/frontend/src/landing
yyovil 5982051651
chore: add prettier config and CI auto-formatter (#166)
* chore: add prettier config and CI auto-formatter

Adds .prettierrc and .prettierignore (config only, no local enforcement).
Formatting runs in CI via the prettier.yml workflow: on every push to a
non-main branch, Prettier rewrites changed files and commits the result back
using GITHUB_TOKEN. Developers never need to run Prettier locally.

Intentionally excludes husky/lint-staged — local pre-commit hooks are the
wrong layer for a formatter that the whole team doesn't need installed.

Also adds .envrc.local to .gitignore for personal local shell overrides.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Entire-Checkpoint: 27336650d2ee

* chore: format with prettier [skip ci]

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-10 09:09:17 +05:30
..
app chore: add prettier config and CI auto-formatter (#166) 2026-06-10 09:09:17 +05:30
components chore: add prettier config and CI auto-formatter (#166) 2026-06-10 09:09:17 +05:30
content/docs chore: add prettier config and CI auto-formatter (#166) 2026-06-10 09:09:17 +05:30
lib chore: add prettier config and CI auto-formatter (#166) 2026-06-10 09:09:17 +05:30
public chore: add remaining docs logo assets 2026-06-03 22:12:25 +05:30
styles chore: add prettier config and CI auto-formatter (#166) 2026-06-10 09:09:17 +05:30
.gitignore chore: add fumadocs setup and config for docs 2026-06-03 22:12:25 +05:30
next.config.mjs chore: add fumadocs setup and config for docs 2026-06-03 22:12:25 +05:30
package-lock.json chore: add fumadocs setup and config for docs 2026-06-03 22:12:25 +05:30
package.json chore: add prettier config and CI auto-formatter (#166) 2026-06-10 09:09:17 +05:30
postcss.config.mjs chore: add prettier config and CI auto-formatter (#166) 2026-06-10 09:09:17 +05:30
source.config.ts chore: add prettier config and CI auto-formatter (#166) 2026-06-10 09:09:17 +05:30
tsconfig.json chore: add prettier config and CI auto-formatter (#166) 2026-06-10 09:09:17 +05:30