TypeScript + Vitest
The @ladamczyk/qoq-eslint-v9-ts-vitest preset — an opinionated flat-config bundle with every plugin and rule tuned for TypeScript + Vitest projects.
npm install -D @ladamczyk/qoq-eslint-v9-ts-vitest
Extend the preset's flat-config array with defineConfig and scope it with your own files:
import { configs } from '@ladamczyk/qoq-eslint-v9-ts-vitest';
import { defineConfig } from 'eslint/config';
export default defineConfig({
files: ['src/**/*.{ts,tsx}'],
extends: [configs.base],
});
Browse every enabled rule, plugin, and file match below — or open the inspector in its own tab.