{
  "root": true,
  "parserOptions": {
    "parser": "babel-eslint",
    "ecmaVersion": 2017,
    "sourceType": "module"
  },
  "extends": [
      "standard",
      "plugin:vue/recommended"
  ],
  "rules": {
    "vue/max-attributes-per-line": "off",
    "template-curly-spacing" : "off",
    "indent": "off",
    "camelcase": "off"
  }
}