mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-18 22:33:26 +08:00
style/chore(eslint): enforce new rules (#8040)
* style: prefer object shorthand syntax * refactor: prefer Array#map over Array#forEach * style: prefer arrow callback * chore(eslint): update rules * style: auto fix by eslint
This commit is contained in:
@@ -41,7 +41,7 @@ const ProcessFeed = (list) => {
|
||||
// 列表上提取到的信息
|
||||
const single = {
|
||||
title: $title.text(),
|
||||
description: description,
|
||||
description,
|
||||
link: itemUrl,
|
||||
guid: itemUrl,
|
||||
pubDate: Datenow,
|
||||
|
||||
Reference in New Issue
Block a user