UNPKG

eslint-plugin-lit

Version:
11 lines (10 loc) 450 B
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;