blob: c0a854bb1b0f76d401b07e9a1b6847359ff6616e [file]
/**
* @fileoverview Detects usages of the `value` attribute
* @author James Garbutt <https://github.com/43081j>
*/
import { Rule } from 'eslint';
export declare const rule: Rule.RuleModule;