{
  "env": {
    "es6": true
  },
  "rules": {
    "eqeqeq": "warn",
    "curly": "warn",
    "no-undef": "off",
    "no-undefined": "off",
    "no-unused-vars": "off",
    "max-params": ["error", {"max":5}],
    "complexity": ["error", {"max":8}]
  }
}
