diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-21 03:51:22 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-21 03:51:22 +0000 |
commit | 2ad3421b44a5849005af91718b66a4fc76cced4d (patch) | |
tree | f9812bd60c62c15fa284789cc31b936625953bdf /.prettierrc.json | |
parent | 8fb88c737e49321ff2b612a9d0e0e059c64c272a (diff) | |
download | tanzanite-2ad3421b44a5849005af91718b66a4fc76cced4d.tar.gz tanzanite-2ad3421b44a5849005af91718b66a4fc76cced4d.tar.bz2 tanzanite-2ad3421b44a5849005af91718b66a4fc76cced4d.zip |
Automatically format code
Diffstat (limited to '.prettierrc.json')
-rw-r--r-- | .prettierrc.json | 12 |
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 +} |