UNPKG

eslint-plugin-lit

Version:
7 lines (6 loc) 207 B
/** * @fileoverview Disallows usages of "non-public" property bindings * @author Michael Stramel <https://github.com/stramel> */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;