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