📄 index.d.ts
/home/palash/git/site/node_modules/@typescript-eslint/eslint-plugin/index.d.ts
Language: ts • Lines: 4
import type { TSESLint } from '@typescript-eslint/utils';

export const rules: Record<string, TSESLint.RuleModule<string, unknown[]>>;
export const configs: Record<string, TSESLint.Linter.Config>;