modified configuration file for web

Signed-off-by: ajeetraina <ajeetraina@gmail.com>
This commit is contained in:
ajeetraina
2022-03-13 13:09:07 +05:30
parent 62bef58719
commit 7770fe6e3f
369 changed files with 64621 additions and 1 deletions

11
nginx-nodejs-redis/web/node_modules/debug/.eslintrc generated vendored Normal file
View File

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