UNPKG

eslint-plugin-lit

Version:
7 lines (6 loc) 214 B
/** * @fileoverview Disallows assignments to members of `this` in render methods * @author James Garbutt <https://github.com/43081j> */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;