Skip to content

Commit 6ea46c5

Browse files
committed
Convert remark configuration to YAML and remove dead URL checking
1 parent bd80342 commit 6ea46c5

File tree

4 files changed

+12
-247
lines changed

4 files changed

+12
-247
lines changed

.remarkrc.mjs

Lines changed: 0 additions & 34 deletions
This file was deleted.

.remarkrc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
plugins:
2+
- remark-heading-id
3+
- remark-validate-links
4+
- remark-frontmatter
5+
- - remark-lint-frontmatter-schema
6+
- schemas:
7+
./.github/linters/metadata.schema.yml:
8+
- ./src/pages/**/*.md

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"remark-frontmatter": "^5.0.0",
1919
"remark-heading-id": "^1.0.1",
2020
"remark-lint-frontmatter-schema": "^3.15.4",
21-
"remark-lint-no-dead-urls": "^1.1.0",
2221
"remark-validate-links": "^13.0.1"
2322
},
2423
"scripts": {

0 commit comments

Comments
 (0)