blob: dc80a5d472a9ed73f7f809eb7ce3d650ae835d0d [file] [log] [blame]
import type { Rule, ESLint } from 'eslint';
export declare const rules: Record<string, Rule.RuleModule>;
declare const plugin: ESLint.Plugin;
export declare const configs: {
all: ESLint.ConfigData<import("eslint").Linter.RulesRecord>;
'flat/all': import("eslint").Linter.FlatConfig;
recommended: ESLint.ConfigData<import("eslint").Linter.RulesRecord>;
'flat/recommended': import("eslint").Linter.FlatConfig;
};
export default plugin;