aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/exchange/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/exchange/tslint.json')
-rw-r--r--contracts/exchange/tslint.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/contracts/exchange/tslint.json b/contracts/exchange/tslint.json
new file mode 100644
index 000000000..1bb3ac2a2
--- /dev/null
+++ b/contracts/exchange/tslint.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["@0x/tslint-config"],
+ "rules": {
+ "custom-no-magic-numbers": false
+ }
+}