- Which presets are supported?
- Airbnb, Standard, Google, recommended ESLint rules, plus framework-specific (React, Vue, Next.js, TypeScript). Mix and match to taste.
- TypeScript or JavaScript?
- Both. For TS the generator includes @typescript-eslint/parser and the recommended ruleset. For pure JS omits the TS-specific rules.
- Flat config or legacy?
- ESLint 9+ flat config by default. Toggle to legacy `.eslintrc.js` for older projects. Flat config is the future.
- Does it handle React, Vue, or Svelte?
- Yes — framework plugins are added based on your toggle. Each pulls in the right rules and configures the parser correctly.