Refactor package.jsons

This commit is contained in:
Titus Wormer 2023-11-09 16:08:19 +01:00
parent 96c25af591
commit f0a475cc19
No known key found for this signature in database
GPG Key ID: E6E581152ED04E2E
72 changed files with 876 additions and 804 deletions

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when block quotes are either indented too much or too little",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"blockquote",
"indent",
"indentation",
"indent"
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -44,16 +45,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when list item checkboxes violate a given style",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"checkbox",
"lint",
"list",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"style",
"task",
"list"
"task"
],
"repository": {
"type": "git",
@ -43,16 +44,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when list item checkboxes are followed by too much whitespace",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"checkbox",
"content",
"task",
"list"
"lint",
"list",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"task"
],
"repository": {
"type": "git",
@ -44,16 +45,16 @@
"vfile-location": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when code blocks do not adhere to a given style",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"block",
"code",
"block"
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -41,16 +42,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when definition labels are not lowercase",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"case",
"definition",
"case"
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -41,16 +42,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,11 +4,12 @@
"description": "remark-lint rule to warn when consecutive whitespace is used in a definition",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"definition",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"spacing"
],
"repository": {
@ -41,16 +42,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when emphasis markers violate the given style",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"emphasis",
"marker"
"lint",
"marker",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -41,16 +42,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when fenced code blocks occur without language flag",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"fenced",
"code",
"fenced",
"flag",
"infostring"
"infostring",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -43,16 +44,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when fenced code markers violate the given style",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"fenced",
"code",
"marker"
"fenced",
"lint",
"marker",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when the files extension violates the given style",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"file",
"extension",
"extname"
"extname",
"file",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -40,16 +41,16 @@
"unified-lint-rule": "^2.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when definitions are not placed at the end of the file",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"definition",
"final",
"lint",
"position",
"final"
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when a newline at the end of a file is missing",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"final",
"lint",
"newline",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"unix"
],
"repository": {
@ -40,16 +41,16 @@
"unified-lint-rule": "^2.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when the first heading has a level other than a specified value",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"depth",
"first",
"heading",
"level",
"depth"
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -43,16 +44,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when too many spaces are used to create a hard break",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"hard",
"break",
"spaces",
"size"
"hard",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"size",
"spaces"
],
"repository": {
"type": "git",
@ -43,16 +44,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when headings increment with more than 1 level at a time",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"heading",
"increase",
"increment",
"increase"
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when heading style violates the given style",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"heading",
"style",
"atx",
"setext"
"heading",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"setext",
"style"
],
"repository": {
"type": "git",
@ -44,16 +45,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,17 +4,18 @@
"description": "remark-lint rule to warn when linebreaks violate a given or detected style",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"linebreak",
"line",
"break",
"unix",
"windows",
"crlf",
"lf"
"lf",
"line",
"linebreak",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"unix",
"windows"
],
"repository": {
"type": "git",
@ -45,16 +46,16 @@
"vfile-location": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when link and definition titles occur with incorrect quotes",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"link",
"image",
"definition",
"image",
"link",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"style"
],
"repository": {
@ -44,17 +45,17 @@
"vfile-location": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-at": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when list item bullets are indented",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"list",
"indent",
"item",
"indent"
"lint",
"list",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when the content of a list item has mixed indentation",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"list",
"item",
"content",
"indent"
"indent",
"item",
"lint",
"list",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -44,16 +45,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when the spacing between a list items bullet and its content violates a given style",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"list",
"indent",
"item",
"indent"
"lint",
"list",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -44,16 +45,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when list looseness is incorrect",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"list",
"item",
"lint",
"list",
"loose",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"tight"
],
"repository": {
@ -44,17 +45,17 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-at": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when headings are too long",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"heading",
"length"
"length",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when lines are too long",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"length",
"line",
"length"
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -41,16 +42,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "Deprecated",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"auto",
"link",
"protocol"
"lint",
"protocol",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -43,17 +44,17 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-at": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when blank lines without markers (`>`) are found in a block quote",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"blockquote",
"caret",
"marker"
"lint",
"marker",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -43,16 +44,16 @@
"vfile-location": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn for too many consecutive blank lines",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"blank",
"lines"
"lines",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -43,17 +44,17 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-at": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn on definitions that define the same urls",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"duplicate",
"definition",
"duplicate",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"url"
],
"repository": {
@ -44,16 +45,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn on duplicate definitions",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"definition",
"duplicate",
"definition"
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -43,16 +44,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn on duplicate headings in a section",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"duplicate",
"heading",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"section"
],
"repository": {
@ -45,16 +46,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn on duplicate headings",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"duplicate",
"heading"
"heading",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -44,16 +45,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when emphasis or importance is used instead of a heading",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"emphasis",
"heading"
"heading",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -41,16 +42,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn on empty URLs in links and images",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"empty",
"url",
"image",
"link",
"image"
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"url"
],
"repository": {
"type": "git",
@ -43,16 +44,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when file name start with an article",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"file",
"name",
"article",
"basename",
"article"
"file",
"lint",
"name",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -41,16 +42,16 @@
"unified-lint-rule": "^2.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,15 +4,16 @@
"description": "remark-lint rule to warn when file names contain consecutive dashes",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"file",
"name",
"basename",
"dash",
"hyphen"
"file",
"hyphen",
"lint",
"name",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unified-lint-rule": "^2.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when file names contain irregular characters",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"character",
"file",
"name",
"irregular",
"character"
"lint",
"name",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -41,16 +42,16 @@
"unified-lint-rule": "^2.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when file names use mixed case",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"case",
"file",
"lint",
"name",
"case"
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -40,16 +41,16 @@
"unified-lint-rule": "^2.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when file names contain initial or final dashes",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"file",
"name",
"dash",
"hyphen"
"file",
"hyphen",
"lint",
"name",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -41,16 +42,16 @@
"unified-lint-rule": "^2.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when heading content is indented",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"heading",
"content",
"indent"
"heading",
"indent",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -44,17 +45,17 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-at": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when headings are indented",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"heading",
"indent"
"indent",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to for too many hashes (h7+ “headings”)",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"heading",
"paragraph"
"lint",
"paragraph",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -41,16 +42,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when headings end in illegal characters",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"character",
"heading",
"character"
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -42,17 +43,17 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-at": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,11 +4,12 @@
"description": "remark-lint rule to warn when HTML nodes are used",
"license": "MIT",
"keywords": [
"remark",
"html",
"lint",
"rule",
"remark",
"remark-lint",
"remark-lint-rule",
"html"
"rule"
],
"repository": {
"type": "git",
@ -40,16 +41,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when inline nodes are padded with spaces",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"inline",
"padding"
"lint",
"padding",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -42,17 +43,17 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-at": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,11 +4,12 @@
"description": "remark-lint rule to warn when URLs without angle brackets are used",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"literal",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"url"
],
"repository": {
@ -42,17 +43,17 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-at": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when missing blank lines",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"blank",
"line"
"line",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when multiple top level headings are used",
"license": "MIT",
"keywords": [
"remark",
"heading",
"lint",
"rule",
"remark",
"remark-lint",
"remark-lint-rule",
"top-level",
"heading"
"rule",
"top-level"
],
"repository": {
"type": "git",
@ -43,16 +44,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when the content in paragraphs are indented",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"paragraph",
"content",
"indent"
"indent",
"lint",
"paragraph",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -43,16 +44,16 @@
"vfile-location": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when URLs are also defined identifiers",
"license": "MIT",
"keywords": [
"remark",
"definition",
"lint",
"rule",
"remark-lint-rule",
"referece",
"url",
"definition"
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"url"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,11 +4,12 @@
"description": "remark-lint rule to warn when shell code is prefixed by dollars",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"dollar",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"shel"
],
"repository": {
@ -41,16 +42,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when shortcut reference images are used",
"license": "MIT",
"keywords": [
"remark",
"image",
"lint",
"rule",
"remark-lint-rule",
"shortcut",
"reference",
"image"
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"shortcut"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when shortcut reference links are used",
"license": "MIT",
"keywords": [
"remark",
"link",
"lint",
"rule",
"remark-lint-rule",
"shortcut",
"reference",
"link"
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"shortcut"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when tables are indented",
"license": "MIT",
"keywords": [
"remark",
"indent",
"lint",
"rule",
"remark",
"remark-lint",
"remark-lint-rule",
"table",
"indent"
"rule",
"table"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"vfile-location": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,10 +4,11 @@
"description": "remark-lint rule to warn when hard tabs are used instead of spaces",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"tab"
],
"repository": {
@ -39,16 +40,16 @@
"vfile-location": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when references to undefined definitions are found",
"license": "MIT",
"keywords": [
"remark",
"definition",
"lint",
"rule",
"remark-lint-rule",
"reference",
"definition"
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -44,6 +45,12 @@
"vfile-location": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
@ -53,11 +60,5 @@
"unicorn/prefer-string-replace-all": "off",
"unicorn/prefer-switch": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when full reference images are used if they can be collapsed",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"full",
"collapsed",
"full",
"image",
"lint",
"reference",
"image"
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -44,16 +45,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when full reference links are used if they can be collapsed",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"full",
"collapsed",
"full",
"link",
"lint",
"reference",
"link"
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -44,16 +45,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,11 +4,12 @@
"description": "remark-lint rule to warn when unused definitions are found",
"license": "MIT",
"keywords": [
"remark",
"definition",
"lint",
"rule",
"remark",
"remark-lint",
"remark-lint-rule",
"definition"
"rule"
],
"repository": {
"type": "git",
@ -40,16 +41,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when the markers of ordered lists violate a given style",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"ordered",
"list",
"marker"
"marker",
"ordered",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -42,17 +43,17 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-string-replace-all": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when the marker value of ordered lists violates a given style",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"ordered",
"list",
"marker"
"marker",
"ordered",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -42,17 +43,17 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-string-replace-all": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when horizontal rules violate a given style",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"break",
"horizontal",
"thematic",
"break"
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"thematic"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when strikethrough markers violate the given style",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"marker",
"remark",
"remark-lint",
"remark-lint-rule",
"strikethrough",
"marker"
"rule",
"strikethrough"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when importance (strong) markers violate the given style",
"license": "MIT",
"keywords": [
"remark",
"importance",
"lint",
"rule",
"remark-lint-rule",
"strong",
"marker",
"importance"
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"strong"
],
"repository": {
"type": "git",
@ -42,16 +43,16 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when table cells are incorrectly padded",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"table",
"cell",
"padding"
"lint",
"padding",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"table"
],
"repository": {
"type": "git",
@ -43,17 +44,17 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-at": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when table pipes are not aligned",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"table",
"align",
"cell",
"lint",
"pipe",
"align"
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"table"
],
"repository": {
"type": "git",
@ -43,17 +44,17 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-at": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when table rows are not fenced with pipes",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"pipe",
"remark",
"remark-lint",
"remark-lint-rule",
"table",
"row",
"pipe"
"rule",
"table"
],
"repository": {
"type": "git",
@ -42,6 +43,12 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
@ -51,11 +58,5 @@
"unicorn/prefer-string-replace-all": "off",
"unicorn/prefer-switch": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when markers of unordered lists violate a given style",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"ordered",
"list",
"marker"
"marker",
"ordered",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": {
"type": "git",
@ -42,17 +43,17 @@
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-string-replace-all": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,13 +4,14 @@
"description": "remark plugin to lint Markdown code style",
"license": "MIT",
"keywords": [
"unified",
"remark",
"remark-plugin",
"plugin",
"mdast",
"markdown",
"lint",
"markdown",
"mdast",
"plugin",
"remark",
"remark-lint",
"remark-plugin",
"unified",
"validate"
],
"repository": {
@ -41,16 +42,16 @@
"unified": "^11.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,11 +4,12 @@
"description": "remark preset to configure remark-lint with rules that enforce consistency",
"license": "MIT",
"keywords": [
"remark",
"remark-preset",
"preset",
"consistency",
"consistent",
"consistency"
"preset",
"remark",
"remark-lint",
"remark-preset"
],
"repository": {
"type": "git",
@ -50,16 +51,16 @@
"unified": "^11.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,12 +4,13 @@
"description": "remark preset to configure remark-lint with rules that enforce the markdown style guide",
"license": "MIT",
"keywords": [
"remark",
"remark-preset",
"preset",
"guide",
"markdown",
"style",
"guide"
"preset",
"remark",
"remark-lint",
"remark-preset",
"style"
],
"repository": {
"type": "git",
@ -82,16 +83,16 @@
"unified": "^11.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,10 +4,11 @@
"description": "remark preset to configure remark-lint with rules that prevent mistakes or stuff that fails across vendors.",
"license": "MIT",
"keywords": [
"remark",
"remark-preset",
"preset",
"recommended"
"recommended",
"remark",
"remark-lint",
"remark-preset"
],
"repository": {
"type": "git",
@ -51,16 +52,16 @@
"unified": "^11.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}

View File

@ -4,11 +4,12 @@
"description": "unified plugin to make it a bit easier to create linting rules",
"license": "MIT",
"keywords": [
"unified",
"unified-plugin",
"plugin",
"lint",
"rule"
"plugin",
"remark-lint",
"rule",
"unified",
"unified-plugin"
],
"repository": {
"type": "git",
@ -40,16 +41,16 @@
"vfile": "^6.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}