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
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
|
|
@ -145,7 +145,7 @@ To quickly summarize:
|
|||
|
||||
#### Utilities
|
||||
|
||||
Syntax: u-[sm-|md-|lg-]<utilityName>
|
||||
Syntax: `u-[sm-|md-|lg-]<utilityName>`
|
||||
|
||||
```css
|
||||
.u-utilityName
|
||||
|
|
@ -155,7 +155,7 @@ Syntax: u-[sm-|md-|lg-]<utilityName>
|
|||
|
||||
#### Components
|
||||
|
||||
Syntax: [<namespace>-]<ComponentName>[-descendentName][--modifierName]
|
||||
Syntax: `[<namespace>-]<ComponentName>[-descendentName][--modifierName]`
|
||||
|
||||
```css
|
||||
.twt-Button /* Namespaced component */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue