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

Remove floating promise warning

This commit is contained in:
Bill Thornton 2023-07-06 10:40:15 -04:00
parent c63a4cd803
commit 8e2ea6812a

View file

@ -248,7 +248,6 @@ module.exports = {
'Windows': 'readonly' 'Windows': 'readonly'
}, },
rules: { rules: {
'@typescript-eslint/no-floating-promises': ['warn'],
'@typescript-eslint/prefer-string-starts-ends-with': ['error'] '@typescript-eslint/prefer-string-starts-ends-with': ['error']
} }
}, },