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