aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-01-06 21:59:34 +0530
committerAkshay Nair <phenax5@gmail.com>2022-01-06 22:00:38 +0530
commit3d88de49d99d86c70204d6870296b20177c2af21 (patch)
treef8bbf0580035f0792d5568082ec11db02af5668b /.prettierrc
parent0cc4e48c848aef5751573628e4af6e194b272d1d (diff)
downloadelxr-3d88de49d99d86c70204d6870296b20177c2af21.tar.gz
elxr-3d88de49d99d86c70204d6870296b20177c2af21.zip
chore: adds prettier
Diffstat (limited to '')
-rw-r--r--.prettierrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..f491fe1
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,6 @@
+{
+ "semi": false,
+ "trailingComma": "es5",
+ "singleQuote": true,
+ "printWidth": 80
+}