diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 15:49:03 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 15:49:03 +0100 |
| commit | 37020d847e66e57913d493716e98f4dcab749262 (patch) | |
| tree | a6bfa0c49bcec61ff91465f323142db43511a122 /src/data/lallans/issue61.ts | |
| parent | 18b85566df437ac932f59e94cbec771a4a331927 (diff) | |
Applies Prettier
Diffstat (limited to 'src/data/lallans/issue61.ts')
| -rw-r--r-- | src/data/lallans/issue61.ts | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/data/lallans/issue61.ts b/src/data/lallans/issue61.ts index e3dd372..3007fc4 100644 --- a/src/data/lallans/issue61.ts +++ b/src/data/lallans/issue61.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 61, - 'issueName': 'Hairst 202', - 'price': '7.50', - 'description': { - 'sco': 'The saxty-first issue o the Lallans magazine.', + issueNumber: 61, + issueName: 'Hairst 202', + price: '7.50', + description: { + sco: 'The saxty-first issue o the Lallans magazine.', 'en-GB': 'The sixty-first issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Sheena Blackhall', 'J Derrick McClure', 'Robert R Calder', @@ -37,7 +38,7 @@ const issue: LallansIssue = { 'John Manson', 'Raymond Vettese', 'Ann Matheson', - ] + ], }; export default issue; |
