@markuplint/ml-config
Advanced tools
Comparing version 1.0.0-alpha.94 to 1.0.0
export interface Config { | ||
$schema?: string; | ||
parser?: ParserConfig[]; | ||
parser?: ParserConfig; | ||
extends?: string | string[]; | ||
specs?: string | string[]; | ||
rules?: Rules; | ||
@@ -11,5 +12,3 @@ nodeRules?: NodeRule[]; | ||
export interface ParserConfig { | ||
module: string; | ||
extensionPattern?: string; | ||
option?: any; | ||
[extensionPattern: string]: string; | ||
} | ||
@@ -26,3 +25,3 @@ export declare type Rule = RuleConfig<RuleConfigValue, unknown> | RuleConfigValue; | ||
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 { | ||
@@ -29,0 +28,0 @@ tagName?: string; |
{ | ||
"name": "@markuplint/ml-config", | ||
"version": "1.0.0-alpha.94+cf5cb18", | ||
"version": "1.0.0", | ||
"description": "JSON Schema and TypeScript types of markuplint configure JSON", | ||
@@ -18,3 +18,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "cf5cb1869f29ceebfb79eed719e82ab62bbab609" | ||
"gitHead": "34fdc599569e9632f08eb4a4fbe6056f74e4f884" | ||
} |
# @markuplint/ml-config | ||
[![npm version](https://badge.fury.io/js/%40markuplint%2Fml-config.svg)](https://www.npmjs.com/package/@markuplint/ml-config) | ||
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=next)](https://travis-ci.org/markuplint/markuplint) | ||
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=next)](https://coveralls.io/github/markuplint/markuplint?branch=next) | ||
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint) | ||
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master) | ||
## Install | ||
Prerequisites: [Node.js](https://nodejs.org) (Version 8.0.0 or later) | ||
Prerequisites: [Node.js](https://nodejs.org) (Version 12.4.0 or later) | ||
@@ -20,3 +20,3 @@ ```sh | ||
``` | ||
$ git clone git@github.com:markuplint/markuplint.git -b next | ||
$ git clone git@github.com:markuplint/markuplint.git -b master | ||
$ yarn | ||
@@ -29,2 +29,2 @@ $ yarn build | ||
Copyright © 2019 markuplint. Unter the MIT License. | ||
Copyright © 2020 markuplint. Under the MIT License. |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
231280
8
73
1
0
39