UNPKG

eslint-plugin-depend

Version:

An ESLint plugin to suggest optimized dependencies, native alternatives and more

3 lines (2 loc) 128 B
import type { ESLint, Linter } from 'eslint'; export declare const configFactory: (plugin: ESLint.Plugin) => Linter.FlatConfig;