add markdown linting using remark (#2181)

* build: add markdown linting

* build: support markdown front matter

* build: fail remark lint on warnings

* Fix markdown lint warnings

* changelog: fix markdown errors, allow literal URLs

* ci: add markdown lint step

* website: regenerate contributing.md

* build: properly ignore vendor and built files from remark-lint

* build: add private packages to lerna config
This commit is contained in:
Renée Kooi 2020-04-13 09:48:11 +02:00 committed by GitHub
parent b37503937a
commit 7bf390abda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 1213 additions and 95 deletions

1
.gitignore vendored
View file

@ -13,6 +13,7 @@ dist/
lib/
coverage/
examples/dev/bundle.js
examples/aws-presigned-url/vendor/*
test/endtoend/create-react-app/build/
test/endtoend/create-react-app/coverage/
uppy-*.tgz