26 lines
931 B
TypeScript
26 lines
931 B
TypeScript
declare const _default: {
|
|
extends: string[];
|
|
rules: {
|
|
"toml/array-bracket-newline": string;
|
|
"toml/array-bracket-spacing": string;
|
|
"toml/array-element-newline": string;
|
|
"toml/comma-style": string;
|
|
"toml/indent": string;
|
|
"toml/inline-table-curly-spacing": string;
|
|
"toml/key-spacing": string;
|
|
"toml/keys-order": string;
|
|
"toml/no-space-dots": string;
|
|
"toml/no-unreadable-number-separator": string;
|
|
"toml/padding-line-between-pairs": string;
|
|
"toml/padding-line-between-tables": string;
|
|
"toml/precision-of-fractional-seconds": string;
|
|
"toml/precision-of-integer": string;
|
|
"toml/quoted-keys": string;
|
|
"toml/spaced-comment": string;
|
|
"toml/table-bracket-spacing": string;
|
|
"toml/tables-order": string;
|
|
"toml/vue-custom-block/no-parsing-error": string;
|
|
};
|
|
};
|
|
export = _default;
|