mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
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:
parent
b37503937a
commit
7bf390abda
39 changed files with 1213 additions and 95 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue