Skip to main content

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

Spread the base config into your own flat config and add your files:

import baseConfig from '@ladamczyk/qoq-eslint-v9-ts-vitest';

export default [
{
...baseConfig,
files: ['src/**/*.{ts,tsx}'],
},
];

Browse every enabled rule, plugin, and file match below — or open the inspector in its own tab.

@ladamczyk/qoq-eslint-v9-ts-vitestOpen full view ↗