{
  "extends": "airbnb",
  "plugins": [
      "react"
  ],
  "rules": {
    "no-var": 0,
    "strict": 0,
    "one-var": 2,
    "func-names": 0,
    "vars-on-top": 1,
    "comma-dangle": 0,
    "comma-spacing": 1,
    "prefer-arrow-callback": 0,
    "space-before-function-paren": 0,
    "no-trailing-spaces": 1,
    "space-before-blocks": 1,
    "eol-last": 0,
    "semi": 1,
    "space-infix-ops": 1,
    "keyword-spacing": 0,
    "new-cap": 1,
    "prefer-template": 0,
    "sj-hook": 2,
    "radix": 0,
    "no-shadow": 1,
    "no-param-reassign": 0,
    "object-shorthand": 0,
    "no-multiple-empty-lines": 0,
    "yoda": 2,
    "wrap-iife": 1,
    "no-with": 1,
    "no-throw-literal": 0,
    "no-script-url": 0,
    "no-return-assign": 0,
    "no-redeclare": 1,
    "no-proto": 1,
    "no-octal-escape": 0,
    "no-octal": 0,
    "no-new-wrappers": 1,
    "no-new-func": 1,
    "no-loop-func": 1,
    "no-iterator": 1,
    "no-implied-eval": 1,
    "no-fallthrough": 1,
    "no-extend-native": 1,
    "no-eval": 1,
    "no-else-return": 1,
    "no-caller": 0,
    "guard-for-in": 0,
    "default-case": 0,
    "consistent-return": 0,
    "block-scoped-var": 1,
    "no-cond-assign": 1,
    "no-control-regex": 1,
    "no-empty-character-class": 1,
    "no-extra-parens": 1,
    "no-extra-semi": 1,
    "no-inner-declarations": 1,
    "no-nested-ternary": 0,
    "no-new-object": 0,
    "no-spaced-func": 1,
    "no-unneeded-ternary": 1,
    "object-curly-spacing": 0,
    "padded-blocks": 0,
    "quote-props": 0,
    "key-spacing": 1,
    "no-use-before-define": 1,
    "quotes": 1,
    "max-len": [1, 120, 2],
    "spaced-comment": 0,
    "keyword-spacing": 0,
    "no-confusing-arrow": 0,
    "prefer-arrow-callback": 0,
    "prefer-const": 0,
    "prefer-rest-params": 0,
    "prefer-template": 0,
    "space-in-parens": 0,
    "space-before-blocks": 0,
    "vars-on-top": 0

  },
  "globals": {
    "jQuery": true,
    "$": true,
    "require": true,
    "wx": true,
    "template": true,
    "Zepto": true,
    "WeixinJSBridge": true
  }
}