diff options
author | Fabio Berger <me@fabioberger.com> | 2018-06-06 17:26:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 17:26:50 +0800 |
commit | cc39eea9991306eabadd912256452f67fb49c20b (patch) | |
tree | 6a1608b6fca9366f6b407e8a2cf746a79b86858b /packages/tslint-config/tslint.json | |
parent | 39570a9663abae56b0220745306386197fae65c1 (diff) | |
parent | cbfed99bc6f9c86dee2dc31cafe401ded0fc9084 (diff) | |
download | dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.tar dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.tar.gz dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.tar.bz2 dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.tar.lz dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.tar.xz dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.tar.zst dexon-sol-tools-cc39eea9991306eabadd912256452f67fb49c20b.zip |
Merge pull request #664 from 0xProject/fixes/misc-small-fixes
Small miscellaneous fixes
Diffstat (limited to 'packages/tslint-config/tslint.json')
-rw-r--r-- | packages/tslint-config/tslint.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/tslint-config/tslint.json b/packages/tslint-config/tslint.json index 77a1f41cc..ec414fb71 100644 --- a/packages/tslint-config/tslint.json +++ b/packages/tslint-config/tslint.json @@ -7,6 +7,7 @@ "async-suffix": true, "boolean-naming": true, "no-switch-case-fall-through": true, + "switch-default": true, "await-promise": true, "custom-no-magic-numbers": [true, 0, 1, 2, 3, -1], "binary-expression-operand-order": true, |