@markuplint/ml-config
Advanced tools
Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8
@@ -23,3 +23,3 @@ export interface Config { | ||
export declare type Severity = 'error' | 'warning' | 'info'; | ||
export declare type RuleConfigValue = string | number | boolean | string[] | number[] | boolean[] | null; | ||
export declare type RuleConfigValue = string | number | boolean | any[] | null; | ||
export interface NodeRule { | ||
@@ -26,0 +26,0 @@ tagName?: string; |
{ | ||
"name": "@markuplint/ml-config", | ||
"version": "1.0.0-alpha.7", | ||
"version": "1.0.0-alpha.8", | ||
"description": "JSON Schema and TypeScript types of markuplint configure JSON", | ||
@@ -18,3 +18,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "b3e2bf3e0f6410ba1107d8273b510a7c2cc4273a" | ||
"gitHead": "7f08524fa2ddecede72c1cda64c4a463a653b19f" | ||
} |
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
180981