Scope
The package has one merged configuration entry, direct granular extends, and three programming entries:
- Package root: Vue 3, TypeScript, Vite, browser administration projects.
- Top-level subpaths such as
/typescript,/vue, and/vue2: directly extendable granular configs. /configs: reusable Legacy Config fragment creators, including Vue 2 and Vue 3./constants: shared file globs./rules: typed local rule records andRuleOptions.
There is no preset directory or preset dispatcher. Each src/configs/<name>/index.ts is a directly loadable default Legacy config, while its reusable creator is colocated in factory.ts; src/index.ts composes the package root from those creators.
