nodejs webpart upload

This commit is contained in:
2020-08-26 18:43:01 +03:00
parent 7e38b859f4
commit 06580802e1
8 changed files with 733 additions and 0 deletions

16
web/nodejs/tslint.json Normal file
View File

@ -0,0 +1,16 @@
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"no-console": false,
"no-shadowed-variable": false,
"only-arrow-functions": false,
"no-var-requires": false,
"triple-equals": false,
"trailing-comma": [ false ]
},
"rulesDirectory": []
}