fix formatter

This commit is contained in:
Evan Simkowitz
2024-09-12 16:18:51 -07:00
parent 55cb8b659f
commit 5e929099e1
5 changed files with 483 additions and 21 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"plugins": [
"remark-preset-lint-consistent",
"remark-preset-lint-recommended",
"remark-mdx",
"remark-frontmatter"
]
}
Binary file not shown.
+3 -3
View File
@@ -1,6 +1,6 @@
***
## sidebar\_position: 1
---
sidebar_position: 4
---
# Tutorial Intro
+4 -1
View File
@@ -41,8 +41,11 @@
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-organize-imports": "^4.0.0",
"remark-cli": "^12.0.1",
"remark-frontmatter": "^5.0.0",
"remark-lint": "^10.0.0",
"remark-mdx": "^3.0.1",
"remark-mdx-frontmatter": "^5.0.0",
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"typescript": "^5.5.2",
"typescript-eslint": "^8.4.0"
},
+468 -17
View File
File diff suppressed because it is too large Load Diff