Skip to content

Commit

Permalink
also lint mdx files 2 levels deep
Browse files Browse the repository at this point in the history
  • Loading branch information
amn41 committed Sep 20, 2023
1 parent 5254442 commit bcae339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"autodoc": "echo 'Generating autodoc' && pydoc-markdown",
"clean": "find docs/sources -type f -not -name '.keep' -print0 | xargs -0 -I {} rm {}",
"ci": "yarn install --frozen-lockfile",
"mdx-lint": "remark --frail docs/*.mdx docs/*/*.mdx",
"mdx-lint": "remark --frail docs/*.mdx docs/*/*.mdx docs/*/*/*.mdx",
"update-versioned-sources": "node scripts/update_versioned_sources.js"
},
"dependencies": {
Expand Down

0 comments on commit bcae339

Please sign in to comment.