UNPKG

@gdjiami/cli

Version:

CLI for build front end project.

10 lines (9 loc) 208 B
import { Generator } from './type'; /** * 生产eslint配置文件 * @param appPath * @param ownPath * @param ownPkg */ declare const genESLintConfig: Generator; export default genESLintConfig;