Skip to main content

JavaScript + React

The @ladamczyk/qoq-eslint-v9-js-react preset — an opinionated flat-config bundle with every plugin and rule tuned for JavaScript + React projects.

npm install -D @ladamczyk/qoq-eslint-v9-js-react

Extend the preset's flat-config array with defineConfig and scope it with your own files:

import { configs } from '@ladamczyk/qoq-eslint-v9-js-react';
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.

@ladamczyk/qoq-eslint-v9-js-reactOpen full view ↗