14 lines
402 B
TypeScript
14 lines
402 B
TypeScript
declare const _default: {
|
|
extends: string[];
|
|
rules: {
|
|
"yml/no-empty-document": string;
|
|
"yml/no-empty-key": string;
|
|
"yml/no-empty-mapping-value": string;
|
|
"yml/no-empty-sequence-entry": string;
|
|
"yml/no-irregular-whitespace": string;
|
|
"yml/no-tab-indent": string;
|
|
"yml/vue-custom-block/no-parsing-error": string;
|
|
};
|
|
};
|
|
export = _default;
|