import type { Linter } from 'eslint'; /** * support js(x) / ts(x) simultaneously, * ali typescript + @alipay/adc-umijs-fabric + 自定义规则. */ declare const config: Linter.Config; export = config;