24 lines
770 B
Markdown
24 lines
770 B
Markdown
|
|
---
|
||
|
|
# nuzlocke-tracker-44ps
|
||
|
|
title: Replace ESLint/Prettier with oxlint/oxfmt
|
||
|
|
status: completed
|
||
|
|
type: task
|
||
|
|
priority: normal
|
||
|
|
created_at: 2026-02-16T19:13:49Z
|
||
|
|
updated_at: 2026-02-16T19:24:15Z
|
||
|
|
parent: nuzlocke-tracker-a5es
|
||
|
|
---
|
||
|
|
|
||
|
|
Global standards require oxlint and oxfmt instead of ESLint and Prettier. This involves:
|
||
|
|
|
||
|
|
## Checklist
|
||
|
|
- [ ] Install oxlint as devDependency
|
||
|
|
- [ ] Configure oxlint with typescript, import, unicorn plugins
|
||
|
|
- [ ] Install oxfmt as devDependency (or use oxlint --fix for formatting)
|
||
|
|
- [ ] Remove ESLint and all ESLint plugins/configs
|
||
|
|
- [ ] Remove Prettier and eslint-config-prettier
|
||
|
|
- [ ] Update package.json scripts
|
||
|
|
- [ ] Update pre-commit hooks
|
||
|
|
- [ ] Update CI workflow
|
||
|
|
|
||
|
|
Note: oxfmt may not be stable yet — check current status before proceeding.
|