aboutsummaryrefslogtreecommitdiff
path: root/frontend/.prettierrc
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/.prettierrc')
-rw-r--r--frontend/.prettierrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/.prettierrc b/frontend/.prettierrc
new file mode 100644
index 0000000..680faf0
--- /dev/null
+++ b/frontend/.prettierrc
@@ -0,0 +1,11 @@
1{
2 "tabWidth": 2,
3 "useTabs": false,
4 "semi": true,
5 "singleQuote": true,
6 "trailingComma": "es5",
7 "printWidth": 80,
8 "bracketSpacing": true,
9 "jsxBracketSameLine": false,
10 "arrowParens": "avoid"
11}