Skip to content

Commit bd55cb4

Browse files
committed
docs: update toolchain references from eslint/prettier to oxlint/oxfmt
1 parent c54312b commit bd55cb4

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ After modifying code, ensure to run the following commands to maintain code qual
1111
Or run individually:
1212

1313
- `npm test` - Run tests (Vitest)
14-
- `npm run lint` - Lint code
15-
- `npm run format` - Format code with Prettier
14+
- `npm run lint` - Lint code (oxlint)
15+
- `npm run format` - Format code (oxfmt)
1616

1717
Refer to [DEVELOPMENT.md](DEVELOPMENT.md) for more details on available scripts and project setup.
1818

DEVELOPMENT.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
| `npm run all` | Run CI then build Chrome & Firefox packages |
2727
| `npm test` | Run tests (Vitest) |
2828
| `npm run prepare` | Setup Husky git hooks |
29-
| `npm run lint` | Lint code |
30-
| `npm run lint:fix` | Lint and auto-fix |
31-
| `npm run format` | Format code with Prettier |
29+
| `npm run lint` | Lint code (oxlint) |
30+
| `npm run format` | Format code (oxfmt) |
3231
| `npm run format:check` | Check code formatting |
3332
| `npm run build` | Build Chrome and Firefox packages |
3433
| `npm run dev:firefox` | Create Firefox dev environment |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- ✨ Clean, minimal UI — feature-rich without the clutter
1818
- 🎨 Light / Dark / System theme with adjustable popup width
1919

20-
<!-- prettier-ignore -->
20+
<!-- oxfmt-ignore -->
2121
| | |
2222
|---|---|
2323
| <img src=".github/assets/notifications.png" alt="Notifications" width="400"> | <img src=".github/assets/actions.gif" alt="Actions" width="400"> |

0 commit comments

Comments
 (0)