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