@intlify/eslint-plugin-vue-i18n
Version:
ESLint plugin for Vue I18n
24 lines (23 loc) • 495 B
TypeScript
declare const _default: {
parser: string;
plugins: string[];
overrides: ({
files: string[];
parser: string;
parserOptions: {
parser: string;
};
rules?: undefined;
} | {
files: string[];
parser: string;
parserOptions: {
parser: string;
};
rules: {
'no-irregular-whitespace': string;
'spaced-comment': string;
};
})[];
};
export = _default;