diff options
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 +} |