mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 05:59:44 +00:00
Update eslint rules
This commit is contained in:
parent
c1b982eacb
commit
96ebeadd5b
@ -36,6 +36,7 @@ module.exports = {
|
||||
'no-multiple-empty-lines': ['error', { 'max': 1 }],
|
||||
'no-restricted-globals': ['error'],
|
||||
'no-trailing-spaces': ['error'],
|
||||
'no-unreachable': ['error'],
|
||||
'no-unused-expressions': ['error', { 'allowShortCircuit': true, 'allowTernary': true, 'allowTaggedTemplates': true }],
|
||||
'one-var': ['error', 'never'],
|
||||
'padded-blocks': ['error', 'never'],
|
||||
|
Loading…
Reference in New Issue
Block a user