UNPKG

eslint-plugin-formatjs

Version:
16 lines (15 loc) 454 B
import { ESLintUtils } from '@typescript-eslint/utils'; export declare const name = "blocklist-elements"; export declare enum Element { literal = "literal", argument = "argument", number = "number", date = "date", time = "time", select = "select", selectordinal = "selectordinal", plural = "plural", tag = "tag" } export declare const rule: ESLintUtils.RuleModule<'blocklist', [ ], unknown, ESLintUtils.RuleListener>;