mirror of
https://github.com/oceanprotocol/community-numbers.git
synced 2025-01-03 10:25:10 +01:00
bump eslint-config-oceanprotocol
This commit is contained in:
parent
4b8d2ec815
commit
58c886e6c7
@ -47,7 +47,7 @@ const fetchBounties = async () => {
|
||||
const total = await getTotal()
|
||||
|
||||
log(
|
||||
`Re-built bounties cache. ` +
|
||||
'Re-built bounties cache. ' +
|
||||
`Total: ${total} bounties. ` +
|
||||
`Elapsed: ${new Date() - start}ms`
|
||||
)
|
||||
|
@ -38,7 +38,7 @@ const fetchGitHubRepos = async () => {
|
||||
const repositories = json.length
|
||||
|
||||
log(
|
||||
`Re-built github cache. ` +
|
||||
'Re-built github cache. ' +
|
||||
`Total: ${repositories} public projects with a total of ${stars} stargazers. ` +
|
||||
`Elapsed: ${new Date() - start}ms`
|
||||
)
|
||||
|
@ -18,7 +18,7 @@ const fetchMedium = async () => {
|
||||
const followers = collection.metadata.followerCount
|
||||
|
||||
log(
|
||||
`Re-built medium cache. ` +
|
||||
'Re-built medium cache. ' +
|
||||
`Total: ${followers} followers. ` +
|
||||
`Elapsed: ${new Date() - start}ms`
|
||||
)
|
||||
|
@ -19,7 +19,7 @@ const fetchTelegram = async () => {
|
||||
const membersCommunity = parseInt(infoCommunity)
|
||||
|
||||
log(
|
||||
`Re-built telegram cache. ` +
|
||||
'Re-built telegram cache. ' +
|
||||
`Total: ${membersCommunity} oceanprotocol_community members. ` +
|
||||
`Elapsed: ${new Date() - start}ms`
|
||||
)
|
||||
@ -39,7 +39,7 @@ const fetchTelegram = async () => {
|
||||
const membersNews = parseInt(infoNews)
|
||||
|
||||
log(
|
||||
`Re-built telegram cache. ` +
|
||||
'Re-built telegram cache. ' +
|
||||
`Total: ${membersCommunity} oceanprotocol_community members. ` +
|
||||
`Elapsed: ${new Date() - start}ms`
|
||||
)
|
||||
|
@ -15,7 +15,7 @@ const fetchTwitter = async () => {
|
||||
const followers = json[0].followers_count
|
||||
|
||||
log(
|
||||
`Re-built twitter cache. ` +
|
||||
'Re-built twitter cache. ' +
|
||||
`Total: ${followers} followers. ` +
|
||||
`Elapsed: ${new Date() - start}ms`
|
||||
)
|
||||
|
@ -15,7 +15,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^6.2.0",
|
||||
"eslint-config-oceanprotocol": "^1.4.0",
|
||||
"eslint-config-oceanprotocol": "^1.5.0",
|
||||
"eslint-plugin-node": "^9.1.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user