aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2017-10-27 15:06:16 +1100
committerSam Potts <me@sampotts.me>2017-10-27 15:06:16 +1100
commitdd9d5c8898bd5e58c6faec13d6213b8fe079446a (patch)
tree1b8d84a1e8f581bdd6950a2c160a9e727e290f29 /.prettierrc
parent71db66d8028b8c71ff271cf380654da1268b8c57 (diff)
downloadplyr-dd9d5c8898bd5e58c6faec13d6213b8fe079446a.tar.lz
plyr-dd9d5c8898bd5e58c6faec13d6213b8fe079446a.tar.xz
plyr-dd9d5c8898bd5e58c6faec13d6213b8fe079446a.zip
Linting and minor changes
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 00000000..223a51a5
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,7 @@
+{
+ "useTabs": false,
+ "tabWidth": 4,
+ "printWidth": 160,
+ "singleQuote": true,
+ "trailingComma": "es5"
+}