mailchimp-lite
Version:
A lightweight wrapper for Mailchimp's v2 and v3 apis
38 lines (37 loc) • 824 B
Plain Text
env:
node: true
es6: true
ecmaFeatures:
modules: true
objectLiteralShorthandMethods: true
objectLiteralShorthandProperties: true
rules:
indent: [2, 2]
brace-style:
- 2
- "1tbs"
-
allowSingleLine: true
comma-style: [2, "last"]
default-case: 2
func-style: [2, "declaration"]
guard-for-in: 2
no-floating-decimal: 2
no-underscore-dangle: 0
no-nested-ternary: 2
# todo: be more consistent here :\
space-before-function-paren: 0
space-after-function-name: 0
no-undefined: 2
radix: 2
space-after-keywords: [2, "always"]
space-before-blocks: 2
spaced-comment: [2, "always", { exceptions: ["-"]}]
strict: [2, "global"]
valid-jsdoc: [2, { prefer: { "return": "returns"}}]
wrap-iife: 2
quotes: [2, "single"]
no-console: 2
no-path-concat: [0]
new-cap:
- 2