UNPKG

@intlify/eslint-plugin-vue-i18n

Version:
4 lines (3 loc) 197 B
import type { RuleContext, SourceCode } from '../types'; export declare function getFilename(context: RuleContext): string; export declare function getSourceCode(context: RuleContext): SourceCode;