aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644
index 0000000..85b85a1
--- /dev/null
+++ b/.prettierrc.json
@@ -0,0 +1,29 @@
+{
+ "printWidth": 130,
+ "useTabs": true,
+ "quoteProps": "consistent",
+ "singleQuote": true,
+ "trailingComma": "none",
+ "endOfLine": "lf",
+ "overrides": [
+ {
+ "files": [
+ "*BushClientEvents.d.ts"
+ ],
+ "options": {
+ "printWidth": 80
+ }
+ },
+ {
+ "files": [
+ "badwords.ts",
+ "badlinks.ts",
+ "badlinks-secret.ts"
+ ],
+ "options": {
+ "singleQuote": false,
+ "trailingComma": "es5"
+ }
+ }
+ ]
+} \ No newline at end of file