mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 09:40:41 +03:00
20 lines
504 B
JSON
20 lines
504 B
JSON
{
|
|
"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": []
|
|
} |