aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/tslint.json
blob: c78434416db98bd2e2bfe90fca225c2af4b5286d (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    "extends": ["@0xproject/tslint-config"],
    "rules": {
        "no-object-literal-type-assertion": false,
        "completed-docs": false,
        "prefer-function-over-method": false,
        "custom-no-magic-numbers": false
    }
}