UNPKG

mandrill-nodemailer-transport

Version:

Mandrill API and Nodemailer v4+. The plugin is very small, optimized and written in TypeScript

107 lines (106 loc) 2.26 kB
{ "rules": { "align": [ true, "parameters", "statements" ], "ban": false, "class-name": true, "comment-format": [ true, "check-space" ], "curly": false, "eofline": true, "forin": false, "indent": [ true, "spaces" ], "interface-name": false, "jsdoc-format": true, "label-position": true, "max-line-length": [ true, 180 ], "member-access": true, "member-ordering": false, "no-any": false, "no-arg": true, "no-bitwise": false, "no-conditional-assignment": true, "no-consecutive-blank-lines": [true, 1], "no-console": [false], "no-construct": false, "no-parameter-properties": false, "no-debugger": true, "no-duplicate-variable": true, "no-empty": true, "no-eval": true, "no-inferrable-types": false, "no-internal-module": true, "no-require-imports": false, "no-shadowed-variable": true, "no-string-literal": false, "no-switch-case-fall-through": true, "no-trailing-whitespace": false, "no-unused-expression": true, "no-var-keyword": true, "no-var-requires": true, "object-literal-sort-keys": false, "one-line": [ true, "check-open-brace", "check-whitespace" ], "quotemark": [ true, "single", "avoid-escape" ], "radix": false, "semicolon": true, "switch-default": false, "trailing-comma": [ true, { "multiline": "never", "singleline": "never" } ], "triple-equals": [true], "typedef": [ true, "call-signature", "parameter", "property-declaration" ], "typedef-whitespace": [ true, { "call-signature": "nospace", "index-signature": "nospace", "parameter": "nospace", "property-declaration": "nospace", "variable-declaration": "nospace" } ], "variable-name": [ true, "check-format", "allow-leading-underscore", "allow-pascal-case", "ban-keywords" ], "whitespace": [ true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type" ] } }