File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1313 "write-translations" : " docusaurus write-translations" ,
1414 "write-heading-ids" : " docusaurus write-heading-ids" ,
1515 "typecheck" : " tsc" ,
16- "lint" : " remark . --use=remark-preset-lint-recommended --use=remark-mdx"
16+ "lint" : " remark --frail ."
17+ },
18+ "remarkConfig" : {
19+ "plugins" : [
20+ " remark-preset-lint-recommended" ,
21+ " remark-mdx" ,
22+ [" remark-lint-list-item-indent" , false ]
23+ ]
1724 },
1825 "dependencies" : {
1926 "@docusaurus/core" : " ^3.7.0" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ version = "0.1.0"
99install = { cmd = [" pnpm" , " install" ] }
1010build = { cmd = [" pnpm" , " build" ], depends-on = [" install" ] }
1111serve = { cmd = [" pnpm" , " serve" ], depends-on = [" build" ] }
12+ lint = { cmd = [" pnpm" , " lint" ], depends-on = [" install" ] }
1213
1314[dependencies ]
1415nodejs = " >=22.12.0,<22.14"
You can’t perform that action at this time.
0 commit comments