@sylphlab/eslint-config-sylph-react
Version:
React ESLint Flat Config for SylphLab projects.
13 lines (10 loc) • 329 B
TypeScript
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 };