aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-08 23:07:41 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-08 23:07:41 +0530
commit580ef150778326262d04018460f672bda53d5696 (patch)
tree53b93a2e381e6c15ed4e959f766fc88afc234a0f /.prettierrc.json
parenta41d70afe7692e4ef344bc3c599115009f2dad15 (diff)
downloadts-types-lang-580ef150778326262d04018460f672bda53d5696.tar.gz
ts-types-lang-580ef150778326262d04018460f672bda53d5696.zip
chore: adds prettier
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644
index 0000000..801819d
--- /dev/null
+++ b/.prettierrc.json
@@ -0,0 +1,7 @@
+{
+ "tabWidth": 2,
+ "semi": false,
+ "trailingComma": "es5",
+ "bracketSpacing": true,
+ "singleQuote": true
+}