summaryrefslogtreecommitdiffstats
path: root/tslint.json
blob: 32fa6e5e8d76e4a9d3a1e5bdbcf23cbe0e877966 (plain)
1
2
3
4
5
6
7
8
9
{
    "defaultSeverity": "error",
    "extends": [
        "tslint:recommended"
    ],
    "jsRules": {},
    "rules": {},
    "rulesDirectory": []
}