@apitree.cz/eslint-config-react
v1.0.1
Published
ESLint configuration for React projects in ApiTree.
Readme
ESLint Config React
ESLint configuration for React projects in ApiTree
Installation
This package must be used in conjunction with the base @apitree.cz/eslint-config package. Make sure both are installed:
pnpm add --save-dev @apitree.cz/eslint-config @apitree.cz/eslint-config-react eslintMonorepos
Install and use the package in the root only.
Usage
Define both base and react configurations in your repository's root eslint.config.js file:
import { defineConfig } from 'eslint/config';
import { base } from '@apitree.cz/eslint-config';
import { react } from '@apitree.cz/eslint-config-react';
export default defineConfig(base, react);Editor / IDE Setup
For the recommended IDE setup (e.g., IntelliJ), please refer to the setup guide in the base package README.
