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 | 327646c7480e3e21b723e91a90d7b8fdcb5f050a (patch) | |
tree | a279afb37f6b0aa59a319cf7a897783d414a9876 /Timeline/ClientApp/.prettierrc.json | |
parent | 77afb5d67a8bf7d34cae74f29549d85d327ea4a7 (diff) | |
download | timeline-327646c7480e3e21b723e91a90d7b8fdcb5f050a.tar.gz timeline-327646c7480e3e21b723e91a90d7b8fdcb5f050a.tar.bz2 timeline-327646c7480e3e21b723e91a90d7b8fdcb5f050a.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 } |