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

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

import baseConfig from '@ladamczyk/qoq-eslint-v9-js-react';

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

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 ↗