This commit is contained in:
Titus Wormer 2021-12-03 10:25:59 +01:00
parent 5269b64da4
commit 773e561466
No known key found for this signature in database
GPG Key ID: E6E581152ED04E2E
72 changed files with 72 additions and 72 deletions

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-blockquote-indentation",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when block quotes are either indented too much or too little",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-checkbox-character-style",
"version": "4.1.0",
"version": "4.1.1",
"description": "remark-lint rule to warn when list item checkboxes violate a given style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-checkbox-content-indent",
"version": "4.1.0",
"version": "4.1.1",
"description": "remark-lint rule to warn when list item checkboxes are followed by too much whitespace",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-code-block-style",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when code blocks do not adhere to a given style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-definition-case",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when definition labels are not lowercase",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-definition-spacing",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when consecutive whitespace is used in a definition",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-emphasis-marker",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when emphasis markers violate the given style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-fenced-code-flag",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when fenced code blocks occur without language flag",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-fenced-code-marker",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when fenced code markers violate the given style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-file-extension",
"version": "2.1.0",
"version": "2.1.1",
"description": "remark-lint rule to warn when the files extension violates the given style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-final-definition",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when definitions are not placed at the end of the file",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-final-newline",
"version": "2.1.0",
"version": "2.1.1",
"description": "remark-lint rule to warn when a newline at the end of a file is missing",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-first-heading-level",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when the first heading has a level other than a specified value",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-hard-break-spaces",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when too many spaces are used to create a hard break",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-heading-increment",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when headings increment with more than 1 level at a time",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-heading-style",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when heading style violates the given style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-linebreak-style",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when linebreaks violate a given or detected style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-link-title-style",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when link and definition titles occur with incorrect quotes",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-list-item-bullet-indent",
"version": "4.1.0",
"version": "4.1.1",
"description": "remark-lint rule to warn when list item bullets are indented",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-list-item-content-indent",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when the content of a list item has mixed indentation",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-list-item-indent",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when the spacing between a list items bullet and its content violates a given style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-list-item-spacing",
"version": "4.1.0",
"version": "4.1.1",
"description": "remark-lint rule to warn when list looseness is incorrect",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-maximum-heading-length",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when headings are too long",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-maximum-line-length",
"version": "3.1.1",
"version": "3.1.2",
"description": "remark-lint rule to warn when lines are too long",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-auto-link-without-protocol",
"version": "3.1.0",
"version": "3.1.1",
"description": "Deprecated",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-blockquote-without-marker",
"version": "5.1.0",
"version": "5.1.1",
"description": "remark-lint rule to warn when blank lines without markers (`>`) are found in a block quote",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-consecutive-blank-lines",
"version": "4.1.1",
"version": "4.1.2",
"description": "remark-lint rule to warn for too many consecutive blank lines",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-duplicate-defined-urls",
"version": "2.1.0",
"version": "2.1.1",
"description": "remark-lint rule to warn on definitions that define the same urls",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-duplicate-definitions",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn on duplicate definitions",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-duplicate-headings-in-section",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn on duplicate headings in a section",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-duplicate-headings",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn on duplicate headings",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-emphasis-as-heading",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when emphasis or importance is used instead of a heading",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-empty-url",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn on empty URLs in links and images",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-file-name-articles",
"version": "2.1.0",
"version": "2.1.1",
"description": "remark-lint rule to warn when file name start with an article",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-file-name-consecutive-dashes",
"version": "2.1.0",
"version": "2.1.1",
"description": "remark-lint rule to warn when file names contain consecutive dashes",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-file-name-irregular-characters",
"version": "2.1.0",
"version": "2.1.1",
"description": "remark-lint rule to warn when file names contain irregular characters",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-file-name-mixed-case",
"version": "2.1.0",
"version": "2.1.1",
"description": "remark-lint rule to warn when file names use mixed case",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-file-name-outer-dashes",
"version": "2.1.0",
"version": "2.1.1",
"description": "remark-lint rule to warn when file names contain initial or final dashes",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-heading-content-indent",
"version": "4.1.0",
"version": "4.1.1",
"description": "remark-lint rule to warn when heading content is indented",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-heading-indent",
"version": "4.1.0",
"version": "4.1.1",
"description": "remark-lint rule to warn when headings are indented",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-heading-like-paragraph",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to for too many hashes (h7+ “headings”)",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-heading-punctuation",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when headings end in illegal characters",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-html",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when HTML nodes are used",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-inline-padding",
"version": "4.1.0",
"version": "4.1.1",
"description": "remark-lint rule to warn when inline nodes are padded with spaces",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-literal-urls",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when URLs without angle brackets are used",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-missing-blank-lines",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when missing blank lines",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-multiple-toplevel-headings",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when multiple top level headings are used",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-paragraph-content-indent",
"version": "4.1.0",
"version": "4.1.1",
"description": "remark-lint rule to warn when the content in paragraphs are indented",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-reference-like-url",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when URLs are also defined identifiers",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-shell-dollars",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when shell code is prefixed by dollars",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-shortcut-reference-image",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when shortcut reference images are used",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-shortcut-reference-link",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when shortcut reference links are used",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-table-indentation",
"version": "4.1.0",
"version": "4.1.1",
"description": "remark-lint rule to warn when tables are indented",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-tabs",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when hard tabs are used instead of spaces",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-undefined-references",
"version": "4.1.0",
"version": "4.1.1",
"description": "remark-lint rule to warn when references to undefined definitions are found",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-unneeded-full-reference-image",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when full reference images are used if they can be collapsed",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-unneeded-full-reference-link",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when full reference links are used if they can be collapsed",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-no-unused-definitions",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when unused definitions are found",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-ordered-list-marker-style",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when the markers of ordered lists violate a given style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-ordered-list-marker-value",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when the marker value of ordered lists violates a given style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-rule-style",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when horizontal rules violate a given style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-strikethrough-marker",
"version": "2.1.0",
"version": "2.1.1",
"description": "remark-lint rule to warn when strikethrough markers violate the given style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-strong-marker",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when importance (strong) markers violate the given style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-table-cell-padding",
"version": "4.1.1",
"version": "4.1.2",
"description": "remark-lint rule to warn when table cells are incorrectly padded",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-table-pipe-alignment",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when table pipes are not aligned",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-table-pipes",
"version": "4.1.0",
"version": "4.1.1",
"description": "remark-lint rule to warn when table rows are not fenced with pipes",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint-unordered-list-marker-style",
"version": "3.1.0",
"version": "3.1.1",
"description": "remark-lint rule to warn when markers of unordered lists violate a given style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-lint",
"version": "9.1.0",
"version": "9.1.1",
"description": "remark plugin to lint Markdown code style",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-preset-lint-consistent",
"version": "5.1.0",
"version": "5.1.1",
"description": "remark preset to configure remark-lint with rules that enforce consistency",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-preset-lint-markdown-style-guide",
"version": "5.1.1",
"version": "5.1.2",
"description": "remark preset to configure remark-lint with rules that enforce the markdown style guide",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "remark-preset-lint-recommended",
"version": "6.1.1",
"version": "6.1.2",
"description": "remark preset to configure remark-lint with rules that prevent mistakes or stuff that fails across vendors.",
"license": "MIT",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "unified-lint-rule",
"version": "2.1.0",
"version": "2.1.1",
"description": "unified plugin to make it a bit easier to create linting rules",
"license": "MIT",
"keywords": [