Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tslint.json « default « admin « wwwroot « hamcore « bin « src - github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65e800a76f031a7fe6f60adf993d1dcefca4dfe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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": []
}