UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

8 lines 329 B
import { RuleModule } from "../analyze/types/rule/rule-module.js"; /** * This rule validates that only callable types are used within event binding expressions. * This rule catches typos like: @click="onClick()" */ declare const rule: RuleModule; export default rule; //# sourceMappingURL=no-noncallable-event-binding.d.ts.map