UNPKG

@datadayrepos/eslint-define-config

Version:

Provide a defineConfig function for .eslintrc.js files

7 lines (5 loc) 137 B
import type { DeprecationRule } from './deprecation'; /** * All Deprecation rules. */ export type DeprecationRules = DeprecationRule;