eslint-plugin-lit
Version:
lit-html support for ESLint
11 lines (10 loc) • 450 B
TypeScript
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;