UNPKG

eslint-plugin-sakina

Version:
4 lines (3 loc) 166 B
import type { ICreateConfigOptions, IRule } from './interface'; declare function createReactConfig(opts?: ICreateConfigOptions): IRule[]; export = createReactConfig;