Skip to content

Commit 6f32a3a

Browse files
committed
Reference links edits:
- fix broken normalize() utility in test suite so that it produces output that doesn't choke referenceLinks. - add DocumentationConfig option `--noReferenceLinks` which will be **internal only**, and turns off reference links for `readme` mode - rebuilds test output with these changes unrelated but minor - includes .prettierrc and updates calls to prettier to use that instead of CLI options
1 parent e3b0406 commit 6f32a3a

File tree

7 files changed

+831
-507
lines changed

7 files changed

+831
-507
lines changed

.prettierrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"singleQuote": true
3+
}

0 commit comments

Comments
 (0)