UNPKG

eslint-plugin-lit

Version:
7 lines (6 loc) 213 B
/** * @fileoverview Disallows property changes in the `update` lifecycle method * @author James Garbutt <https://github.com/43081j> */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;