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

Merge remote-tracking branch 'upstream/master' into pluginmanager-es6

This commit is contained in:
MrTimscampi 2020-08-12 15:33:11 +02:00
commit 645668454a
218 changed files with 9413 additions and 9686 deletions

View file

@ -44,6 +44,7 @@ module.exports = {
//'no-unused-vars': ['error', { 'vars': 'all', 'args': 'none', 'ignoreRestSiblings': true }],
'one-var': ['error', 'never'],
'padded-blocks': ['error', 'never'],
//'prefer-const': ['error', {'destructuring': 'all'}],
'quotes': ['error', 'single', { 'avoidEscape': true, 'allowTemplateLiterals': false }],
'@babel/semi': ['error'],
'space-before-blocks': ['error'],