chore(deps-dev): bump prettier from 1.19.1 to 2.0.2

This commit is contained in:
DIYgod
2020-04-02 21:21:46 +08:00
parent 27e4a7c151
commit 0e7b14e718
471 changed files with 1237 additions and 4457 deletions

View File

@@ -31,14 +31,8 @@ module.exports = async (ctx) => {
title: item.find('h1').text(),
description: `${item.find('.pr-4').text()}<br>
<br>Language: ${item.find('span[itemprop="programmingLanguage"]').text() || 'unknown'}
<br>Star: ${item
.find('.muted-link')
.eq(0)
.text()}
<br>Fork: ${item
.find('.muted-link')
.eq(1)
.text()}`,
<br>Star: ${item.find('.muted-link').eq(0).text()}
<br>Fork: ${item.find('.muted-link').eq(1).text()}`,
link: `https://github.com${item.find('h1 a').attr('href')}`,
};
})