diff options
author | crupest <crupest@outlook.com> | 2019-02-24 00:14:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-24 00:14:59 +0800 |
commit | dd33a3df1027e3aa5f89935c54749c3ace68eea7 (patch) | |
tree | 498aff0de327220aa483fe01052535e826296578 /Timeline/ClientApp/.prettierrc.json | |
parent | 83b91e17b2d8eb7d05c6a07a43fe94b3bec18a5e (diff) | |
download | timeline-dd33a3df1027e3aa5f89935c54749c3ace68eea7.tar.gz timeline-dd33a3df1027e3aa5f89935c54749c3ace68eea7.tar.bz2 timeline-dd33a3df1027e3aa5f89935c54749c3ace68eea7.zip |
Update unit tests.
Diffstat (limited to 'Timeline/ClientApp/.prettierrc.json')
-rw-r--r-- | Timeline/ClientApp/.prettierrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline/ClientApp/.prettierrc.json b/Timeline/ClientApp/.prettierrc.json index 30371183..6c70cb20 100644 --- a/Timeline/ClientApp/.prettierrc.json +++ b/Timeline/ClientApp/.prettierrc.json @@ -1,3 +1,4 @@ { - "printWidth": 140 + "printWidth": 140, + "singleQuote": true } |