fix: artist name

This commit is contained in:
Victor
2026-02-27 10:15:29 +01:00
parent c6da7acb38
commit a3f03e5a81
4 changed files with 92 additions and 39 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
'prettier/prettier': [
'error',
{
singleQuote: false,
singleQuote: true,
},
],
},