mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
21 lines
730 B
Markdown
21 lines
730 B
Markdown
# Rules Reference
|
||
|
||
Документация по preset-ам `@robonen/oxlint`: что включает каждый preset и какие правила чаще всего влияют на код.
|
||
|
||
## Presets
|
||
|
||
- [base](./base.md)
|
||
- [typescript](./typescript.md)
|
||
- [vue](./vue.md)
|
||
- [vitest](./vitest.md)
|
||
- [imports](./imports.md)
|
||
- [node](./node.md)
|
||
- [stylistic](./stylistic.md)
|
||
|
||
## Как читать
|
||
|
||
- `Purpose` — зачем preset подключать.
|
||
- `Key Rules` — ключевые правила из preset-а (не полный dump).
|
||
- `Examples` — минимальные `good/bad` примеры.
|
||
|
||
Для точного источника правил см. файлы в `configs/oxlint/src/presets/*.ts`. |