summaryrefslogtreecommitdiffstats
path: root/tslint.json
blob: 75849afc3c55ae654d85ebd4b3f1f21c0ef2ba48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "defaultSeverity": "warning",
    "extends": [
        "tslint:recommended"
    ],
    "jsRules": {},
    "rules": {
        "curly": [true, "as-needed"],
        "indent": [true, "tabs"],
        "no-bitwise": false,
        "quotemark": [true, "single", "avoid-escape", "avoid-template"]
    },
    "rulesDirectory": []
}