Skip to content

Commit 9384171

Browse files
committed
lint
1 parent ec77790 commit 9384171

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/meta/repository-references.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ describe('check for repository references', () => {
5959
'data/early-access',
6060
'data/release-notes', // These include links to internal issues in Liquid comments.
6161
'**/*.png', // Do not check images or font files.
62-
'**/*.jpg', // We could just put all of assets/* here, but that would prevent any
62+
'**/*.jpg', // We could just put all of assets/* here, but that would prevent any
6363
'**/*.gif', // READMEs or other text-based files from being checked.
6464
'**/*.pdf',
6565
'**/*.ico',
66-
'**/*.woff',
66+
'**/*.woff'
6767
]
6868
})
6969

0 commit comments

Comments
 (0)