blob: 2f2c34a287517600d2338de26c0ac33d21065b96 [file] [log] [blame]
/**
* @fileoverview Enforces attribute naming conventions
* @author James Garbutt <https://github.com/43081j>
*/
import { Rule } from 'eslint';
export declare const rule: Rule.RuleModule;