This commit is contained in:
Dm1tr1y147
2019-09-18 14:44:37 +03:00
parent 49f2192fd9
commit 2dfe7858a2
83 changed files with 8577 additions and 70 deletions

14
node_modules/debug/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"env": {
"browser": true,
"node": true
},
"globals": {
"chrome": true
},
"rules": {
"no-console": 0,
"no-empty": [1, { "allowEmptyCatch": true }]
},
"extends": "eslint:recommended"
}