UNPKG

@feathers-community/eslint-config

Version:

Default eslint-config for feathers-community projects. It's esm and flat config only.

11 lines (8 loc) 275 B
import type { ConfigArray, FeathersEslintConfigOptions, } from './default-config.js' import { defaultConfig } from './default-config.js' export * from './default-config.js' export default (options?: FeathersEslintConfigOptions): ConfigArray => defaultConfig(options)