UNPKG

eslint-plugin-formatjs

Version:
15 lines (14 loc) 462 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', Element[][], unknown, ESLintUtils.RuleListener>;