Skip to content

Commit 50bbee7

Browse files
committed
lint
1 parent d747ab2 commit 50bbee7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

script/update-internal-links.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const allFiles = walkFiles('content').concat(walkFiles('data'))
2525
// The script will throw an error if it finds any markup not represented here.
2626
// Hacky but it captures the current rare edge cases.
2727
const linkInlineMarkup = {
28-
'emphasis': '*',
29-
'strong': '**'
28+
emphasis: '*',
29+
strong: '**'
3030
}
3131

3232
// [start-readme]

0 commit comments

Comments
 (0)