UNPKG

eslint-plugin-lit

Version:
8 lines (7 loc) 217 B
/** * @fileoverview Enforces use of `nothing` constant over empty templates * @author James Garbutt <https://github.com/43081j> */ import { Rule } from 'eslint'; declare const rule: Rule.RuleModule; export = rule;