Type Alias: JsonSchemaValidatorConfigName
type JsonSchemaValidatorConfigName =
| "base"
| "flat/base"
| "flat/frontmatter"
| "flat/recommended"
| "frontmatter"
| "recommended";
Defined in: plugin.ts:11
Names of the flat configs exported by the plugin.