uppy/lerna.json
Renée Kooi 7bf390abda
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
2020-04-13 09:48:11 +02:00

10 lines
143 B
JSON

{
"version": "independent",
"packages": [
"website",
"examples/*",
"packages/*",
"packages/@uppy/*",
"private/*"
]
}