UNPKG

192 BTypeScriptView Raw
1import { TSESLint } from '@typescript-eslint/utils';
2
3export const rules: Record<string, TSESLint.RuleModule<string, unknown[]>>;
4export const configs: Record<string, TSESLint.Linter.Config>;