@ffflorian/eslint-config-react
v0.2.2
Published
@ffflorian's eslint configuration for react projects
Readme
@ffflorian/eslint-config-react 
Opinionated ESLint flat config for React projects.
What Is Included
- Everything from
@ffflorian/eslint-config eslint-plugin-reactrecommended ruleseslint-plugin-reactJSX runtime ruleseslint-plugin-react-hooksrecommended rules- Browser and Service Worker globals
- Automatic React version detection
Installation
yarn add -D eslint @ffflorian/eslint-config-reactUsage
Create or update eslint.config.ts:
import config from '@ffflorian/eslint-config-react';
import {defineConfig} from 'eslint/config';
export default defineConfig([config]);Notes
- This package targets React projects using ESLint flat config.
- You do not need to add React and React Hooks plugins manually; they are already included.
