diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2021-10-29 18:57:24 -0600 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2021-10-29 18:57:24 -0600 |
commit | 1997a981105c9910d2d0a150adb39a6bfe706e01 (patch) | |
tree | 8a92d9d944a9597f509cb3512c72a3285e073d35 /.prettierrc | |
download | locchat-1997a981105c9910d2d0a150adb39a6bfe706e01.tar.gz locchat-1997a981105c9910d2d0a150adb39a6bfe706e01.zip |
first commit
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..dcb7279 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,4 @@ +{ + "singleQuote": true, + "trailingComma": "all" +}
\ No newline at end of file |