UNPKG

@sylphlab/eslint-config-sylph-rn

Version:
13 lines (10 loc) 308 B
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 };