Skip to content

Commit b00548a

Browse files
committed
remove prettier
1 parent 3f44121 commit b00548a

5 files changed

Lines changed: 2 additions & 199 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Refer to `ai/references/tests.md` for details on writing tests. Tests should avo
5959

6060
## Coding style
6161

62-
- Formatting is enforced using Prettier. Run `pnpm run format` before committing.
62+
- Formatting is enforced using Oxfmt. Run `pnpm run format` before committing.
63+
- Code quality is enforced with Oxlint. Run `pnpm run lint` before committing.
6364
- Follow the existing project conventions. Test files live beside the files under test and use descriptive `describe` and `it` blocks.
6465
- Do not commit directly to the `main` branch. All changes should be made in a separate branch and go through a pull request.
6566

apps/webapp/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@
277277
"npm-run-all": "^4.1.5",
278278
"postcss-import": "^16.0.1",
279279
"postcss-loader": "^8.1.1",
280-
"prettier": "^2.8.8",
281-
"prettier-plugin-tailwindcss": "^0.3.0",
282280
"prop-types": "^15.8.1",
283281
"rimraf": "^6.0.1",
284282
"style-loader": "^3.3.4",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"oxlint": "^1.69.0",
6565
"pkg-pr-new": "0.0.75",
6666
"pkg-types": "1.1.3",
67-
"prettier": "^3.0.0",
6867
"tsx": "^3.7.1",
6968
"turbo": "^1.10.3",
7069
"typescript": "5.5.4",

pnpm-lock.yaml

Lines changed: 0 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/upgrade-package.mjs

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)