Skip to content

Commit 3c5c4ea

Browse files
committed
fix linter issues
1 parent d538525 commit 3c5c4ea

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

src/components/InfoDialog.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,10 @@ export default defineComponent({
8383
})
8484
</script>
8585

86-
8786
<style scoped>
8887
.help-dialog {
8988
background-color: var(--fgcolor, lightslategray);
9089
}
9190
</style>
9291

93-
}
92+
}

src/components/ScreenStart.vue

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,16 @@ export default defineComponent({
121121
type: {
122122
title: 'type',
123123
url: 'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#type',
124-
description: 'The type of the work that is being described by this CITATION.cff file.',
124+
description: 'The type of the work that is being described by this CITATION.cff file.'
125+
},
126+
title: {
127+
title: 'title',
128+
url: 'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#title',
129+
description: 'The name of the software or dataset.',
125130
examples: [
126-
'software',
127-
'dataset'
131+
'cffconvert',
132+
'Firefox',
133+
'LibreOffice'
128134
]
129135
},
130136
message: {
@@ -136,16 +142,6 @@ export default defineComponent({
136142
'Please cite this software using these metadata.',
137143
'Please cite this software using the metadata from "preferred-citation".'
138144
]
139-
},
140-
title: {
141-
title: 'title',
142-
url: 'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#title',
143-
description: 'The name of the software or dataset.',
144-
examples: [
145-
'cffconvert',
146-
'Firefox',
147-
'LibreOffice'
148-
]
149145
}
150146
}
151147
return {

0 commit comments

Comments
 (0)