SourceTermAnalysisSystem_vue/node_modules/eslint-plugin-toml/lib/configs/recommended.d.ts
2026-05-15 10:22:44 +08:00

11 lines
305 B
TypeScript

declare const _default: {
extends: string[];
rules: {
"toml/no-unreadable-number-separator": string;
"toml/precision-of-fractional-seconds": string;
"toml/precision-of-integer": string;
"toml/vue-custom-block/no-parsing-error": string;
};
};
export = _default;