UNPKG

eslint-plugin-toml

Version:

This ESLint plugin provides linting rules for TOML.

11 lines (10 loc) 305 B
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;