mirror of
https://github.com/Mestima/GM-Discord.git
synced 2025-06-28 13:19:33 +00:00
nodejs webpart upload
This commit is contained in:
16
web/nodejs/tslint.json
Normal file
16
web/nodejs/tslint.json
Normal 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": []
|
||||
}
|
Reference in New Issue
Block a user