summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue21.ts
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-12 15:49:03 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-12 15:49:03 +0100
commit37020d847e66e57913d493716e98f4dcab749262 (patch)
treea6bfa0c49bcec61ff91465f323142db43511a122 /src/data/lallans/issue21.ts
parent18b85566df437ac932f59e94cbec771a4a331927 (diff)
Applies Prettier
Diffstat (limited to 'src/data/lallans/issue21.ts')
-rw-r--r--src/data/lallans/issue21.ts32
1 files changed, 17 insertions, 15 deletions
diff --git a/src/data/lallans/issue21.ts b/src/data/lallans/issue21.ts
index 2c64304..d35d9bc 100644
--- a/src/data/lallans/issue21.ts
+++ b/src/data/lallans/issue21.ts
@@ -1,24 +1,26 @@
import type LallansIssue from '../../types/LallansIssue';
const issue: LallansIssue = {
- 'issueNumber': 21,
- 'issueName': 'Mairtinmas 1983',
- 'price': '0.75',
- 'description': {
+ issueNumber: 21,
+ issueName: 'Mairtinmas 1983',
+ price: '0.75',
+ description: {
'en-GB': 'The twenty-first issue of the Lallans magazine.',
- 'sco': 'The twanty-first issue o the Lallans magazine.',
+ sco: 'The twanty-first issue o the Lallans magazine.',
},
- 'contributions': [
+ contributions: [
{
- 'title': 'The Heid',
- 'author': 'Alistair Mackie',
- }, {
- 'title': 'Ferkeekers an Siclike',
- }, {
- 'title': 'On the Lorimer NT',
- 'author': 'Donald Campbell',
- }
- ]
+ title: 'The Heid',
+ author: 'Alistair Mackie',
+ },
+ {
+ title: 'Ferkeekers an Siclike',
+ },
+ {
+ title: 'On the Lorimer NT',
+ author: 'Donald Campbell',
+ },
+ ],
};
export default issue;