diff options
author | Sam Potts <sam@potts.es> | 2018-01-09 09:14:59 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-01-09 09:14:59 +1100 |
commit | a0d9d5eca8141973c1ed3bb3f5a6a0851657b240 (patch) | |
tree | f0b7e9b9e7232ba072017b49b963c1743e1ba724 /.prettierrc | |
parent | 8786377a755224ebc281488c5bea849639ae4f2a (diff) | |
download | plyr-a0d9d5eca8141973c1ed3bb3f5a6a0851657b240.tar.lz plyr-a0d9d5eca8141973c1ed3bb3f5a6a0851657b240.tar.xz plyr-a0d9d5eca8141973c1ed3bb3f5a6a0851657b240.zip |
Styling tweaks
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.prettierrc b/.prettierrc index 223a51a5..e1544230 100644 --- a/.prettierrc +++ b/.prettierrc @@ -3,5 +3,5 @@ "tabWidth": 4, "printWidth": 160, "singleQuote": true, - "trailingComma": "es5" + "trailingComma": "all" } |