Skip to content

Commit

Permalink
install remark-gfm
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed Sep 29, 2023
1 parent d618079 commit 36713bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .remarkignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/CHANGELOG.md
/CHANGELOG.md
.github/pull_request_template.md
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"check-openapi": "spectral lint openapi.yaml --ruleset .circleci/.spectral-fragments.yml"
},
"dependencies": {
"@stoplight/spectral-cli": "^6.4.2",
"remark-cli": "^11.0.0",
"remark-lint": "^9.1.1",
"remark-gfm": "^3.0.1",
"remark-lint-no-html": "^3.1.1",
"remark-preset-lint-consistent": "^5.1.1",
"remark-preset-lint-markdown-style-guide": "^5.1.2",
"remark-preset-lint-recommended": "^6.1.2",
"remark-validate-links": "^12.0.0"
"@stoplight/spectral-cli": "^6.11.0",
"remark-cli": "^12.0.0",
"remark-gfm": "^4.0.0",
"remark-lint": "^9.1.2",
"remark-lint-no-html": "^3.1.2",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3",
"remark-validate-links": "^13.0.0"
},
"remarkConfig": {
"plugins": [
Expand Down Expand Up @@ -85,4 +85,4 @@
]
]
}
}
}

0 comments on commit 36713bf

Please sign in to comment.