blob: e24c37b54e77f4ce34ca3fba6ae030b800500e36 [file] [log] [blame]
/**
* @fileoverview Disallows invalid binding positions in templates
* @author James Garbutt <https://github.com/43081j>
*/
import { Rule } from 'eslint';
export declare const rule: Rule.RuleModule;