UNPKG

eslint-plugin-sakina

Version:
4 lines (3 loc) 174 B
import type { ICreateConfigOptions, IRules } from './interface'; declare function createRecommendConfig(opts?: ICreateConfigOptions): IRules; export = createRecommendConfig;