Files
tools/configs/eslint/rules/README.md
robonen 7693b49253 chore(configs): migrate oxlint→eslint presets, refactor tsconfig
- Replace @robonen/oxlint with @robonen/eslint (composable ESLint flat-config
  presets: base, typescript, vue, vitest, imports, node, stylistic).
- Plugins bundled as deps: typescript-eslint, eslint-plugin-vue,
  @vitest/eslint-plugin, eslint-plugin-import-x, eslint-plugin-n,
  eslint-plugin-unicorn, @stylistic/eslint-plugin.
- @robonen/tsconfig: add base/dom/node/vue configs for composite project refs.
2026-06-07 16:28:10 +07:00

731 B

Rules Reference

Документация по preset-ам @robonen/eslint: что включает каждый preset и какие правила чаще всего влияют на код.

Presets

Как читать

  • Purpose — зачем preset подключать.
  • Key Rules — ключевые правила из preset-а (не полный dump).
  • Examples — минимальные good/bad примеры.

Для точного источника правил см. файлы в configs/eslint/src/presets/*.ts.