fix: make similar albums translateable
This commit is contained in:
@@ -52,6 +52,12 @@ module.exports = {
|
||||
'react/prop-types': 'off',
|
||||
'@typescript-eslint/no-unused-vars': [
|
||||
'error'
|
||||
],
|
||||
'react/jsx-no-literals': [
|
||||
'error',
|
||||
{
|
||||
ignoreProps: true
|
||||
}
|
||||
]
|
||||
},
|
||||
settings: {
|
||||
|
||||
Reference in New Issue
Block a user