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:
parent
92abace743
commit
ed8b274dbf
1 changed files with 2 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue