« get me outta code hell

initial prettier/eslint commit - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util/magic-constants.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-06-26 16:41:09 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-06-26 16:41:09 -0300
commit4075254c9e38be6741527e1fb535eed444e6ad08 (patch)
tree38c03dcb93b3a53d316b86ed9fcfc46250da208f /src/util/magic-constants.js
parent0746b3a494cee55dbf90466859691c93dd8b2ca2 (diff)
initial prettier/eslint commit
Diffstat (limited to 'src/util/magic-constants.js')
-rw-r--r--src/util/magic-constants.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/magic-constants.js b/src/util/magic-constants.js
index 73fdbc6..c59e14a 100644
--- a/src/util/magic-constants.js
+++ b/src/util/magic-constants.js
@@ -6,5 +6,5 @@
 // All such uses should eventually be replaced with better code in due time
 // (TM).
 
-export const OFFICIAL_GROUP_DIRECTORY = 'official';
-export const FANDOM_GROUP_DIRECTORY = 'fandom';
+export const OFFICIAL_GROUP_DIRECTORY = "official";
+export const FANDOM_GROUP_DIRECTORY = "fandom";