UNPKG

eslint-plugin-i18next

Version:
11 lines (8 loc) 214 B
import type { ESLint, Linter } from 'eslint'; declare const plugin: ESLint.Plugin & { configs: { 'flat/recommended': Linter.Config; 'recommended': ESLint.ConfigData; } }; export = plugin;