UNPKG

cipher-ethereum

Version:

An Ethereum library used by Cipher Browser, a mobile Ethereum client

23 lines (22 loc) 603 B
{ "extends": ["tslint-config-standard"], "linterOptions": { "exclude": ["config/**/*.js", "node_modules/**/*.ts", "src/storybook/**/*"] }, "rules": { "await-promise": false, "jsx-alignment": false, "jsx-boolean-value": false, "jsx-curly-spacing": false, "jsx-no-multiline-js": false, "jsx-wrap-multiline": false, "member-ordering": false, "no-empty": false, "no-unused-variable": false, "no-use-before-declare": false, "semicolon": false, "space-before-function-paren": false, "ter-func-call-spacing": false, "ter-indent": false } }