UNPKG

@feathers-community/eslint-config

Version:
22 lines (21 loc) 726 B
import { t as prettierConfig } from "./prettier-CqxlXBE6.js"; import { ConfigArray } from "typescript-eslint"; //#region src/default-config.d.ts type FeathersEslintConfigOptions = { tsconfig?: { /** * @default './tsconfig.json' */ path?: string; /** * @default process.cwd() */ rootDir?: string; }; }; declare const defaultConfig: (options?: FeathersEslintConfigOptions, ...userConfigs: ConfigArray) => ConfigArray; //#endregion //#region src/index.d.ts declare const _default: (options?: FeathersEslintConfigOptions, ...userConfigs: ConfigArray) => ConfigArray; //#endregion export { type ConfigArray, FeathersEslintConfigOptions, _default as default, defaultConfig, prettierConfig };