From 08b700bb14e5e12c1dff283e2eef729816a97f15 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 26 Jun 2022 20:57:06 -0300 Subject: lots of fixes from eslint --- src/page/artist.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/page/artist.js') diff --git a/src/page/artist.js b/src/page/artist.js index eb57f5cf..481b4e36 100644 --- a/src/page/artist.js +++ b/src/page/artist.js @@ -16,8 +16,6 @@ import { chunkByProperties, getTotalDuration, sortAlbumsTracksChronologically, - sortByDate, - sortByDirectory, sortChronologically, } from '../util/wiki-data.js'; @@ -357,7 +355,6 @@ export function write(artist, {wikiData}) { getArtistString, link, language, - to, transformMultiline, }) => { const generateTrackList = bindOpts(unbound_generateTrackList, { @@ -514,7 +511,6 @@ export function write(artist, {wikiData}) { ${chunk .map( ({ - album, track, key, ...props @@ -629,7 +625,7 @@ export function write(artist, {wikiData}) { )}