Skip to content

Commit 15f33f3

Browse files
committed
Convert remark configuration to YAML and remove dead URL checking
1 parent 40451cf commit 15f33f3

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.yaml

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/graphql/schema/**/*.md"

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"remark-frontmatter": "^5.0.0",
1818
"remark-heading-id": "^1.0.1",
1919
"remark-lint-frontmatter-schema": "^3.15.4",
20-
"remark-lint-no-dead-urls": "^1.1.0",
2120
"remark-validate-links": "^13.0.1",
2221
"spectaql": "^3.0.2"
2322
},

0 commit comments

Comments
 (0)