@markuplint/ml-config
Advanced tools
Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.94
export interface Config { | ||
$schema?: string; | ||
parser?: ParserConfig; | ||
parser?: ParserConfig[]; | ||
extends?: string | string[]; | ||
@@ -11,3 +11,5 @@ rules?: Rules; | ||
export interface ParserConfig { | ||
[extensionPattern: string]: string; | ||
module: string; | ||
extensionPattern?: string; | ||
option?: any; | ||
} | ||
@@ -14,0 +16,0 @@ export declare type Rule = RuleConfig<RuleConfigValue, unknown> | RuleConfigValue; |
{ | ||
"name": "@markuplint/ml-config", | ||
"version": "1.0.0-alpha.5", | ||
"version": "1.0.0-alpha.94+cf5cb18", | ||
"description": "JSON Schema and TypeScript types of markuplint configure JSON", | ||
@@ -18,3 +18,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "f5aac1a89a1de8e937caf49a23244e72638c6ca1" | ||
"gitHead": "cf5cb1869f29ceebfb79eed719e82ab62bbab609" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
57
125414
1