Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@markuplint/ml-config

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/ml-config - npm Package Compare versions

Comparing version 1.0.0-alpha.94 to 1.0.0

schema.json

9

lib/index.d.ts
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 &copy; 2019 markuplint. Unter the MIT License.
Copyright &copy; 2020 markuplint. Under the MIT License.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc