UNPKG

eslint-plugin-lit

Version:
8 lines (7 loc) 223 B
/** * @fileoverview Enforces the presence or absence of quotes around expressions * @author James Garbutt <https://github.com/43081j> */ import { Rule } from 'eslint'; declare const rule: Rule.RuleModule; export = rule;