1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-22 15:40:42 +03:00

Update developer tools for JSON-RPC

This commit is contained in:
Daiyuu Nobori
2019-05-29 17:23:59 +09:00
parent 458906b151
commit 529d8f593c
30 changed files with 20092 additions and 439 deletions

View File

@ -0,0 +1,20 @@
{
"defaultSeverity": "warn",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"comment-format": false,
"no-consecutive-blank-lines": false,
"no-trailing-whitespace": false,
"no-console": false,
"prefer-const": false,
"one-line": false,
"only-arrow-functions": false,
"space-before-function-paren": false,
"trailing-comma": false,
"no-empty": false,
},
"rulesDirectory": []
}