aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-05 20:24:50 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-05 20:24:50 -0400
commitc4c1d9ffeb179e208792c88dd099caea5030581b (patch)
treedc075bda115de5f6cec925c398f3c9547d1bad55 /package.json
parentc238b0279c7686ca45506b0909e376f241cf0e30 (diff)
downloadtanzanite-c4c1d9ffeb179e208792c88dd099caea5030581b.tar.gz
tanzanite-c4c1d9ffeb179e208792c88dd099caea5030581b.tar.bz2
tanzanite-c4c1d9ffeb179e208792c88dd099caea5030581b.zip
add moderation logging, fixes, hide modlog, jank
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/package.json b/package.json
index 50c1762..7424bea 100644
--- a/package.json
+++ b/package.json
@@ -160,7 +160,17 @@
"useTabs": true,
"quoteProps": "consistent",
"singleQuote": true,
- "trailingComma": "none"
+ "trailingComma": "none",
+ "overrides": [
+ {
+ "files": [
+ "*BushClientEvents.d.ts"
+ ],
+ "options": {
+ "printWidth": 80
+ }
+ }
+ ]
},
"packageManager": "yarn@3.0.1",
"dependenciesMeta": {