From b95861ced23ee942a1991fd9157164d8e97487c7 Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Sat, 5 Mar 2022 22:08:07 -0500 Subject: ESLINT fix --- webAO/backgrounds.js | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'webAO/backgrounds.js') diff --git a/webAO/backgrounds.js b/webAO/backgrounds.js index 449f4b2..c1807ce 100644 --- a/webAO/backgrounds.js +++ b/webAO/backgrounds.js @@ -1,25 +1,25 @@ export default [ - "Anime", - "birthday", - "Christmas", - "CountyCourt", - "CruiseCourt", - "default", - "DGSEnglishCourt", - "DGSJapanCourt", - "DualDestinies", - "EnglishCourt", - "gs4", - "GS4Night", - "HD", - "Khura'in", - "mlp", - "NewCourt", - "RuinedCourt", - "Sky", - "SpaceCourt", - "Themis", - "TouhouCourt", - "WitchTrialCourt", - "Zetta" -]; \ No newline at end of file + 'Anime', + 'birthday', + 'Christmas', + 'CountyCourt', + 'CruiseCourt', + 'default', + 'DGSEnglishCourt', + 'DGSJapanCourt', + 'DualDestinies', + 'EnglishCourt', + 'gs4', + 'GS4Night', + 'HD', + "Khura'in", + 'mlp', + 'NewCourt', + 'RuinedCourt', + 'Sky', + 'SpaceCourt', + 'Themis', + 'TouhouCourt', + 'WitchTrialCourt', + 'Zetta', +]; -- cgit