UNPKG

eslint-plugin-lit

Version:
7 lines (6 loc) 211 B
/** * @fileoverview Disallows properties shadowed as class fields * @author Michel Langeveld <https://github.com/michellangeveld> */ import { Rule } from 'eslint'; export declare const rule: Rule.RuleModule;