aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-shared/tslint.json')
-rw-r--r--packages/react-shared/tslint.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/react-shared/tslint.json b/packages/react-shared/tslint.json
new file mode 100644
index 000000000..d6a5f5031
--- /dev/null
+++ b/packages/react-shared/tslint.json
@@ -0,0 +1,9 @@
+{
+ "extends": ["@0xproject/tslint-config"],
+ "rules": {
+ "no-implicit-dependencies": false,
+ "no-object-literal-type-assertion": false,
+ "completed-docs": false,
+ "prefer-function-over-method": false
+ }
+}