aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/tslint.json
blob: 08b76be97de582af6524d33ce0205b2ede754f74 (plain) (blame)
1
2
3
4
5
6
7
8
{
    "extends": ["@0x/tslint-config"],
    "rules": {
        "custom-no-magic-numbers": false,
        "semicolon": [true, "always", "ignore-bound-class-methods"],
        "max-classes-per-file": false
    }
}