UNPKG

@sylphlab/eslint-config-sylph-react

Version:
13 lines (10 loc) 329 B
import { Linter } from 'eslint'; type Config = Linter.Config; /** * Sylph ESLint Configuration for React Projects (Flat Config) * * Extends the base @sylphlab/eslint-config-sylph configuration with * rules specific to React, React Hooks, and JSX A11y. */ declare const react: Config[]; export { react as default, react };