summaryrefslogtreecommitdiffstats
path: root/.prettierrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.prettierrc.js')
-rw-r--r--.prettierrc.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/.prettierrc.js b/.prettierrc.js
new file mode 100644
index 0000000..2b54074
--- /dev/null
+++ b/.prettierrc.js
@@ -0,0 +1,7 @@
1module.exports = {
2 arrowParens: 'avoid',
3 bracketSameLine: true,
4 bracketSpacing: false,
5 singleQuote: true,
6 trailingComma: 'all',
7};