1
0
Fork 0

chore: Remark linter run

This commit is contained in:
Joost De Cock 2022-02-20 14:35:50 +01:00
parent b6dab9f8fa
commit e6f1189017
164 changed files with 395 additions and 395 deletions

View file

@ -3,7 +3,7 @@ title: Your first part
order: 120
---
Much like garments themselves, patterns are made up of *parts*.
Much like garments themselves, patterns are made up of _parts_.
Most patterns will have multiple parts. A sleeve, a back part, the collar, and so on.
Our pattern is very simple, and only has one part: the bib.
@ -14,7 +14,7 @@ button in your browser, you'll get to see it:
![The default pattern with its box part](./step1.png)
Since we only need one part, we'll rename this *box* part, and call it *bib*.
Since we only need one part, we'll rename this _box_ part, and call it _bib_.
## Rename the box part to bib
@ -59,7 +59,7 @@ Pattern.prototype.draftBib = draftBib
###### Always use draftPartname
FreeSewing will expect for each part to find a method named Draft*Partname*.
FreeSewing will expect for each part to find a method named Draft\_Partname\_.
If you have a part named `sleeve` you should have a method called `draftSleeve()` that drafts that part.