fix: make similar albums translateable

This commit is contained in:
Lei Nelissen
2023-04-23 22:06:39 +02:00
parent 913d185b46
commit 81b9ba683a
7 changed files with 15 additions and 6 deletions

View File

@@ -52,6 +52,12 @@ module.exports = {
'react/prop-types': 'off',
'@typescript-eslint/no-unused-vars': [
'error'
],
'react/jsx-no-literals': [
'error',
{
ignoreProps: true
}
]
},
settings: {