We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40451cf commit 15f33f3Copy full SHA for 15f33f3
.remarkrc.mjs
.remarkrc.yaml
@@ -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
@@ -17,7 +17,6 @@
17
"remark-frontmatter": "^5.0.0",
18
"remark-heading-id": "^1.0.1",
19
"remark-lint-frontmatter-schema": "^3.15.4",
20
- "remark-lint-no-dead-urls": "^1.1.0",
21
"remark-validate-links": "^13.0.1",
22
"spectaql": "^3.0.2"
23
},
0 commit comments