@markuplint/ml-config
Advanced tools
Comparing version 1.0.0 to 1.1.0
export interface Config { | ||
$schema?: string; | ||
parser?: ParserConfig; | ||
parserOptions?: ParserOptions; | ||
extends?: string | string[]; | ||
@@ -14,2 +15,5 @@ specs?: string | string[]; | ||
} | ||
export declare type ParserOptions = { | ||
ignoreFrontMatter?: boolean; | ||
}; | ||
export declare type Rule = RuleConfig<RuleConfigValue, unknown> | RuleConfigValue; | ||
@@ -16,0 +20,0 @@ export interface Rules { |
{ | ||
"name": "@markuplint/ml-config", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "JSON Schema and TypeScript types of markuplint configure JSON", | ||
@@ -18,3 +18,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "34fdc599569e9632f08eb4a4fbe6056f74e4f884" | ||
"gitHead": "1806f99b6429b73ce498f6ecf641efc2400f47dd" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77
228825