aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/tslint.json
blob: 1ab924e4713193ba73c2b2e9c03a7ac3813512d1 (plain) (blame)
1
2
3
4
5
6
{
    "extends": ["@0xproject/tslint-config"],
    "rules": {
        "custom-no-magic-numbers": false
    }
}