aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fill-scenarios/tslint.json
blob: 4da19578a54bed59782863b951096602232881e6 (plain) (blame)
1
2
3
4
5
6
{
    "extends": ["@0xproject/tslint-config"],
    "rules": {
        "no-unused-variable": false
    }
}