Skip to content

Commit 19251fc

Browse files
committedNov 13, 2023
Refactor code-style
1 parent 0e79b65 commit 19251fc

File tree

148 files changed

+1349
-852
lines changed

Some content is hidden

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

148 files changed

+1349
-852
lines changed
 

‎doc/create-a-custom-rule.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ npm install remark-lint remark-cli
4040
We will also use some utilities:
4141

4242
```sh
43-
npm install unified-lint-rule unist-util-generated unist-util-visit
43+
npm install unified-lint-rule unist-util-visit
4444
```
4545

4646
These will help us creating and managing our custom rules.

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
"type-coverage": "^2.0.0",
135135
"type-fest": "^4.0.0",
136136
"typescript": "^5.0.0",
137+
"unified": "^11.0.0",
137138
"unist-builder": "^4.0.0",
138139
"unist-util-remove-position": "^5.0.0",
139140
"vfile": "^6.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.