Some changes in structure + add album

This commit is contained in:
Damien Broqua 2022-02-15 11:03:20 +01:00
parent 3ebdc9c06a
commit f08e70eb7c
36 changed files with 883 additions and 165 deletions

View file

@ -16,7 +16,13 @@ module.exports = {
'no-underscore-dangle': [
'error',
{
allow: ['_id'],
allow: ['_id', 'artists_sort'],
},
],
'camelcase': [
'error',
{
allow: ['artists_sort',]
},
],
},