1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove trailing space

This commit is contained in:
sancodes 2022-04-30 13:04:28 -07:00
parent 92abace743
commit ed8b274dbf

View file

@ -61,7 +61,8 @@ module.exports = {
'space-before-blocks': ['error'],
'space-infix-ops': 'error',
'yoda': 'error',
'no-redeclare': ['error', { 'builtinGlobals': true }]
'no-redeclare': ['error', { 'builtinGlobals': true }],
'no-sequences': ['error']
},
settings: {
react: {