Commit graph

10 commits

Author SHA1 Message Date
Evan Read
eb86630959 Ensure all lists are surrounded by new lines
Markdown renderers find it easier to determine
where lists start and end when lists are surrounded
by new lines.

For consistency, also ensure entries in the list
are aligned when they span multipls lines.
2019-02-22 13:17:10 +00:00
Paul Slaughter
c3d71eb3c4
Update prettier.md with VSCode Settings section
**Why?**

This is a recurring issue that new team members keep running into.
2018-12-14 08:29:56 -06:00
Stan Hu
bfaf72e008 Fix documentation on using prettier for a specific directory
If the `check` parameter is used, the `allFiles` parameter is `false`,
which causes the prettier.js script only to process staged files.
The correct parameters are `check-all` and `save-all`.
2018-11-23 22:02:52 -08:00
Brett Walker
b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
Tim Zallmann
930baeb92a
Added possibility to run prettier against one specific directory to make our conversion easier 2018-06-15 12:43:03 +02:00
Clement Ho
0e6b8a2b30 Add JavaScript style guide 2018-03-28 14:43:20 +00:00
Clement Ho
4161e1f180 Rename style to style guide in new frontend guide 2018-03-15 19:58:50 +00:00
Clement Ho
b449e674b8 Add HTML style guide 2018-03-15 12:05:32 +00:00
Tim Zallmann
51e454f3b1 Prettier Phase 1: Prettier Configuration, Prettifying of files and documentation 2018-03-14 19:32:36 +00:00
Clement Ho
04c7083ac9 Add new frontend guide structure 2018-03-07 12:32:38 -06:00