Skip to content

Commit f0a475c

Browse files
committedNov 9, 2023
Refactor package.jsons
1 parent 96c25af commit f0a475c

File tree

72 files changed

+840
-768
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+840
-768
lines changed
 

‎packages/remark-lint-blockquote-indentation/package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"description": "remark-lint rule to warn when block quotes are either indented too much or too little",
55
"license": "MIT",
66
"keywords": [
7-
"remark",
8-
"lint",
9-
"rule",
10-
"remark-lint-rule",
117
"blockquote",
8+
"indent",
129
"indentation",
13-
"indent"
10+
"lint",
11+
"remark",
12+
"remark-lint",
13+
"remark-lint-rule",
14+
"rule"
1415
],
1516
"repository": {
1617
"type": "git",
@@ -44,16 +45,16 @@
4445
"unist-util-visit": "^5.0.0"
4546
},
4647
"scripts": {},
48+
"typeCoverage": {
49+
"atLeast": 100,
50+
"detail": true,
51+
"ignoreCatch": true,
52+
"strict": true
53+
},
4754
"xo": {
4855
"prettier": true,
4956
"rules": {
5057
"capitalized-comments": "off"
5158
}
52-
},
53-
"typeCoverage": {
54-
"atLeast": 100,
55-
"detail": true,
56-
"strict": true,
57-
"ignoreCatch": true
5859
}
5960
}

‎packages/remark-lint-checkbox-character-style/package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"description": "remark-lint rule to warn when list item checkboxes violate a given style",
55
"license": "MIT",
66
"keywords": [
7-
"remark",
7+
"checkbox",
88
"lint",
9-
"rule",
9+
"list",
10+
"remark",
11+
"remark-lint",
1012
"remark-lint-rule",
11-
"checkbox",
13+
"rule",
1214
"style",
13-
"task",
14-
"list"
15+
"task"
1516
],
1617
"repository": {
1718
"type": "git",
@@ -43,16 +44,16 @@
4344
"unist-util-visit": "^5.0.0"
4445
},
4546
"scripts": {},
47+
"typeCoverage": {
48+
"atLeast": 100,
49+
"detail": true,
50+
"ignoreCatch": true,
51+
"strict": true
52+
},
4653
"xo": {
4754
"prettier": true,
4855
"rules": {
4956
"capitalized-comments": "off"
5057
}
51-
},
52-
"typeCoverage": {
53-
"atLeast": 100,
54-
"detail": true,
55-
"strict": true,
56-
"ignoreCatch": true
5758
}
5859
}

0 commit comments

Comments
 (0)
Please sign in to comment.