mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 13:45:42 -04:00
build: push tvapp v2 docker files
This commit is contained in:
15
node_modules/user-agents/.eslintrc
generated
vendored
Normal file
15
node_modules/user-agents/.eslintrc
generated
vendored
Normal 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
|
||||
}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user