aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.json
diff options
context:
space:
mode:
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
+}