diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-06 20:19:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-06 20:19:45 +0100 |
| commit | ccbca8b9cede972480dd1ef7a73db71a99be9609 (patch) | |
| tree | e3e3c5b9232d86cf8ba18f898a90f1f2295c2b4e /webAO/backgrounds.js | |
| parent | 8d4cd02b7cbe955f5a5ce1666fc76a51db4be5d5 (diff) | |
| parent | 59c0773e95756aa62027db7a5754e7e986ca2b19 (diff) | |
Merge pull request #94 from caleb-mabry/add-linting
Adding AirBNB Linting style
Diffstat (limited to 'webAO/backgrounds.js')
| -rw-r--r-- | webAO/backgrounds.js | 48 |
1 files changed, 24 insertions, 24 deletions
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', +]; |
