build: push tvapp v2 docker files

This commit is contained in:
2025-02-20 13:10:51 -07:00
parent bee45668cc
commit 9e79e42d09
536 changed files with 142093 additions and 5531 deletions

15
node_modules/user-agents/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"env": {
"es6": true,
"mocha": true
},
"extends": "airbnb-base",
"parser": "@babel/eslint-parser",
"rules": {
"no-await-in-loop": "off",
"object-curly-newline": ["error", {
"consistent": true,
"minProperties": 5
}]
}
}