aboutsummaryrefslogtreecommitdiff
path: root/editors/code/tslint.json
blob: 0df11b2f1bf0230da91ed09b2eb17d861c96db0c (plain)
1
2
3
4
5
6
7
8
9
{
    "rules": {
        "semicolon": [
            true,
            "always"
        ],
        "prefer-const": true
    }
}