aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-05 22:08:07 -0500
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-05 22:08:07 -0500
commitb95861ced23ee942a1991fd9157164d8e97487c7 (patch)
treea498366c19776cf9f702fb9d42cc0035de1c2e9d /webAO/styles
parent0fea3c5dcb1ef94794df19b29bf611e38ce1118c (diff)
ESLINT fix
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/chatbox/chatboxes.js52
1 files changed, 26 insertions, 26 deletions
diff --git a/webAO/styles/chatbox/chatboxes.js b/webAO/styles/chatbox/chatboxes.js
index 2774860..0e0367f 100644
--- a/webAO/styles/chatbox/chatboxes.js
+++ b/webAO/styles/chatbox/chatboxes.js
@@ -1,27 +1,27 @@
export default [
- "aa",
- "acww",
- "chatdd",
- "dgs",
- "chatplvsaa",
- "trilogy",
- "chatfuture",
- "legacy",
- "ddlc",
- "dr1",
- "chatdr2",
- "drv3",
- "drae",
- "chatp3",
- "p4",
- "p5",
- "chat999",
- "halla",
- "homestuck",
- "key",
- "yakuza",
- "yttd",
- "whentheycry",
- "n64zelda",
- "papermario"
-]; \ No newline at end of file
+ 'aa',
+ 'acww',
+ 'chatdd',
+ 'dgs',
+ 'chatplvsaa',
+ 'trilogy',
+ 'chatfuture',
+ 'legacy',
+ 'ddlc',
+ 'dr1',
+ 'chatdr2',
+ 'drv3',
+ 'drae',
+ 'chatp3',
+ 'p4',
+ 'p5',
+ 'chat999',
+ 'halla',
+ 'homestuck',
+ 'key',
+ 'yakuza',
+ 'yttd',
+ 'whentheycry',
+ 'n64zelda',
+ 'papermario',
+];