Skip to content

Commit

Permalink
Refactor package.jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 9, 2023
1 parent 96c25af commit f0a475c
Show file tree
Hide file tree
Showing 72 changed files with 840 additions and 768 deletions.
23 changes: 12 additions & 11 deletions packages/remark-lint-blockquote-indentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
}
}
23 changes: 12 additions & 11 deletions packages/remark-lint-checkbox-character-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"description": "remark-lint rule to warn when list item checkboxes violate a given style",
"license": "MIT",
"keywords": [
"remark",
"checkbox",
"lint",
"rule",
"list",
"remark",
"remark-lint",
"remark-lint-rule",
"checkbox",
"rule",
"style",
"task",
"list"
"task"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -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
}
}
25 changes: 13 additions & 12 deletions packages/remark-lint-checkbox-content-indent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
}
}
21 changes: 11 additions & 10 deletions packages/remark-lint-code-block-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when code blocks do not adhere to a given style",
"license": "MIT",
"keywords": [
"remark",
"block",
"code",
"lint",
"rule",
"remark",
"remark-lint",
"remark-lint-rule",
"code",
"block"
"rule"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -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
}
}
21 changes: 11 additions & 10 deletions packages/remark-lint-definition-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when definition labels are not lowercase",
"license": "MIT",
"keywords": [
"remark",
"case",
"definition",
"lint",
"rule",
"remark",
"remark-lint",
"remark-lint-rule",
"definition",
"case"
"rule"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -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
}
}
19 changes: 10 additions & 9 deletions packages/remark-lint-definition-spacing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"description": "remark-lint rule to warn when consecutive whitespace is used in a definition",
"license": "MIT",
"keywords": [
"remark",
"definition",
"lint",
"rule",
"remark",
"remark-lint",
"remark-lint-rule",
"definition",
"rule",
"spacing"
],
"repository": {
Expand Down Expand Up @@ -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
}
}
21 changes: 11 additions & 10 deletions packages/remark-lint-emphasis-marker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"description": "remark-lint rule to warn when emphasis markers violate the given style",
"license": "MIT",
"keywords": [
"remark",
"emphasis",
"lint",
"rule",
"marker",
"remark",
"remark-lint",
"remark-lint-rule",
"emphasis",
"marker"
"rule"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -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
}
}
25 changes: 13 additions & 12 deletions packages/remark-lint-fenced-code-flag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
}
}
23 changes: 12 additions & 11 deletions packages/remark-lint-fenced-code-marker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"description": "remark-lint rule to warn when fenced code markers violate the given style",
"license": "MIT",
"keywords": [
"remark",
"code",
"fenced",
"lint",
"rule",
"marker",
"remark",
"remark-lint",
"remark-lint-rule",
"fenced",
"code",
"marker"
"rule"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -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
}
}
Loading

0 comments on commit f0a475c

Please sign in to comment.