Skip to content

Commit

Permalink
Add markdownlint script to lint docs markup
Browse files Browse the repository at this point in the history
Adds a new script `lint-md-docs` that runs markdownlint to lint markdown
files for proper syntax. A default `.markdownlint.json` config is
included, it will require some testing to tune.

Fixes #12426
  • Loading branch information
mkaz committed Jan 27, 2020
1 parent 9e3c713 commit fdc0820
Show file tree
Hide file tree
Showing 6 changed files with 17,347 additions and 17,696 deletions.
9 changes: 9 additions & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
bin
build
node_modules
phpunit
playground
storybook
test
vendor
wordpress
Loading

0 comments on commit fdc0820

Please sign in to comment.