diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2021-11-20 18:18:58 -0700 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2021-11-20 18:18:58 -0700 |
commit | 63c02f62aa3c57f72602a9efe89dc0780d6d3079 (patch) | |
tree | dc0a4ef57732ceb3f917b6415ea044ef02ad6f81 /.prettierrc | |
parent | 674f1e04439fb1d8293f9788707093b83a1f3f1c (diff) | |
download | locchat-63c02f62aa3c57f72602a9efe89dc0780d6d3079.tar.gz locchat-63c02f62aa3c57f72602a9efe89dc0780d6d3079.zip |
basic login boilerplatre
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.prettierrc b/.prettierrc index dcb7279..368186a 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,5 @@ { "singleQuote": true, - "trailingComma": "all" + "trailingComma": "all", + "printWidth": 120 }
\ No newline at end of file |