@sylphlab/eslint-config-sylph-rn
Version:
React Native ESLint Flat Config for SylphLab projects.
13 lines (10 loc) • 308 B
TypeScript
import { Linter } from 'eslint';
type Config = Linter.Config;
/**
* Sylph ESLint Configuration for React Native Projects (Flat Config)
*
* Extends the @sylphlab/eslint-config-sylph-react configuration with
* rules specific to React Native.
*/
declare const rn: Config[];
export { rn as default, rn };