aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sol-cov/tslint.json')
-rw-r--r--packages/sol-cov/tslint.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/sol-cov/tslint.json b/packages/sol-cov/tslint.json
new file mode 100644
index 000000000..015dce851
--- /dev/null
+++ b/packages/sol-cov/tslint.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["@0xproject/tslint-config"],
+ "rules": {
+ "completed-docs": false
+ }
+}