aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.json
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-21 03:51:22 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-21 03:51:22 +0000
commit2ad3421b44a5849005af91718b66a4fc76cced4d (patch)
treef9812bd60c62c15fa284789cc31b936625953bdf /.prettierrc.json
parent8fb88c737e49321ff2b612a9d0e0e059c64c272a (diff)
downloadtanzanite-2ad3421b44a5849005af91718b66a4fc76cced4d.tar.gz
tanzanite-2ad3421b44a5849005af91718b66a4fc76cced4d.tar.bz2
tanzanite-2ad3421b44a5849005af91718b66a4fc76cced4d.zip
Automatically format code
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json12
1 files changed, 3 insertions, 9 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
index 85b85a1..6797105 100644
--- a/.prettierrc.json
+++ b/.prettierrc.json
@@ -7,23 +7,17 @@
"endOfLine": "lf",
"overrides": [
{
- "files": [
- "*BushClientEvents.d.ts"
- ],
+ "files": ["*BushClientEvents.d.ts"],
"options": {
"printWidth": 80
}
},
{
- "files": [
- "badwords.ts",
- "badlinks.ts",
- "badlinks-secret.ts"
- ],
+ "files": ["badwords.ts", "badlinks.ts", "badlinks-secret.ts"],
"options": {
"singleQuote": false,
"trailingComma": "es5"
}
}
]
-} \ No newline at end of file
+}