TypeScript + Jest
The @ladamczyk/qoq-eslint-v9-ts-jest preset — an opinionated flat-config bundle with every plugin and rule tuned for TypeScript + Jest projects.
npm install -D @ladamczyk/qoq-eslint-v9-ts-jest
Extend the preset's flat-config array with defineConfig and scope it with your own files:
import { configs } from '@ladamczyk/qoq-eslint-v9-ts-jest';
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.