Skip to content

Commit 85187e4

Browse files
authored
chore(agents): Be more explicit on linting and formatting (#19803)
Claude keeps running eslint which triggers me hard.
1 parent 34305c8 commit 85187e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ Uses **Git Flow** (see `docs/gitflow.md`).
9494
- `test-utils/` — Shared test utilities
9595
- `rollup-utils/` — Build utilities
9696

97+
## Linting & Formatting
98+
99+
- This project uses **Oxlint** and **Oxfmt** — NOT ESLint or Prettier
100+
- Never run `eslint`, `npx eslint`, or any ESLint CLI — use `yarn lint` (Oxlint) instead
101+
- Never run `prettier` — use `yarn format` (Oxfmt) instead
102+
- ESLint packages in the repo are legacy/e2e test app dependencies — ignore them
103+
- Do not create, modify, or suggest `.eslintrc`, `eslint.config.*`, or `.prettierrc` files
104+
97105
## Coding Standards
98106

99107
- Follow existing conventions — check neighboring files

0 commit comments

Comments
 (0)