aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs-example/tslint.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-09 17:49:57 +0800
committerFabio Berger <me@fabioberger.com>2018-03-09 17:49:57 +0800
commite4f90996af5972c09e80f31f66abc3fcb2c2e99c (patch)
tree0caac523dcbfa4e81b16b5b634ed9bf7ba8b3a4a /packages/react-docs-example/tslint.json
parent974c0d2b958b6770915c86ac231375cbe2ab7893 (diff)
downloaddexon-0x-contracts-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.tar
dexon-0x-contracts-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.tar.gz
dexon-0x-contracts-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.tar.bz2
dexon-0x-contracts-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.tar.lz
dexon-0x-contracts-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.tar.xz
dexon-0x-contracts-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.tar.zst
dexon-0x-contracts-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.zip
Remove example from react-docs package to react-docs-example package
Diffstat (limited to 'packages/react-docs-example/tslint.json')
-rw-r--r--packages/react-docs-example/tslint.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/react-docs-example/tslint.json b/packages/react-docs-example/tslint.json
new file mode 100644
index 000000000..ee918e360
--- /dev/null
+++ b/packages/react-docs-example/tslint.json
@@ -0,0 +1,8 @@
+{
+ "extends": ["@0xproject/tslint-config"],
+ "rules": {
+ "no-object-literal-type-assertion": false,
+ "completed-docs": false,
+ "prefer-function-over-method": false
+ }
+}