UNPKG

xx-weixin-pay

Version:
32 lines (31 loc) 588 B
{ "defaultSeverity": "error", "extends": [ "tslint:recommended", "tslint-clean-code" ], "jsRules": {}, "rules": { "no-console": false, "quotemark": [ true, "single", "jsx-double" ], "variable-name": [ true, "allow-leading-underscore", "ban-keywords" ], "arrow-parens": [ true, "ban-single-arg-parens" ], "object-literal-sort-keys": false, "object-literal-key-quotes": false, "no-var-requires": false, "align": false, "max-line-length": [false] }, "rulesDirectory": [] }