๐ฃ All
Use vite.configs.all when you want every rule from eslint-plugin-vite enabled at once.
This preset is useful for template repositories, internal platforms, or teams that prefer to audit every new rule explicitly.
Flat configโ
import vite from "@typpi/eslint-plugin-vite";
export default [vite.configs.all];
When to use itโ
- you maintain a platform repo or starter template
- you want the widest possible safety net
- you are comfortable turning off individual rules locally when needed