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