add mp4upload + streamsb

This commit is contained in:
mrjvs
2023-09-15 19:54:30 +02:00
parent c80c27a7ed
commit c57fdc39ff
3 changed files with 196 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ module.exports = {
'no-eval': 'off',
'no-await-in-loop': 'off',
'no-nested-ternary': 'off',
'no-param-reassign': 'off',
'prefer-destructuring': 'off',
'@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }],
'import/extensions': [