aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-01-09 09:14:59 +1100
committerSam Potts <sam@potts.es>2018-01-09 09:14:59 +1100
commita0d9d5eca8141973c1ed3bb3f5a6a0851657b240 (patch)
treef0b7e9b9e7232ba072017b49b963c1743e1ba724 /.prettierrc
parent8786377a755224ebc281488c5bea849639ae4f2a (diff)
downloadplyr-a0d9d5eca8141973c1ed3bb3f5a6a0851657b240.tar.lz
plyr-a0d9d5eca8141973c1ed3bb3f5a6a0851657b240.tar.xz
plyr-a0d9d5eca8141973c1ed3bb3f5a6a0851657b240.zip
Styling tweaks
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc2
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"
}