diff options
Diffstat (limited to 'packages/order-watcher/tslint.json')
-rw-r--r-- | packages/order-watcher/tslint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/order-watcher/tslint.json b/packages/order-watcher/tslint.json index 059573ce7..4ade3b924 100644 --- a/packages/order-watcher/tslint.json +++ b/packages/order-watcher/tslint.json @@ -2,5 +2,5 @@ "rules": { "prefer-readonly": true }, - "extends": ["@0xproject/tslint-config"] + "extends": ["@0x/tslint-config"] } |