{
    "parser": "babel-eslint",
    "extends": "yoho",
    "parserOptions": {
        "sourceType": "module"
    },
    "plugins": [
        "html"
    ],
    "rules": {
        "camelcase": "off",
        "no-trailing-spaces": "off",
        "max-len": "off",
        "no-alert": "off",
        "indent": "off",
        "new-cap": "off",
        "array-callback-return": "off",
        "no-shadow": "off",
        "no-extend-native": "off",
        "dot-notation": "off",
        "no-unused-vars": "off"
    }

}