{
    "root": true,
    "extends": "standard",
    "rules": {
        "semi": ["error", "always"],
        "quotes": ["error", "double"],
        "eol-last": "off",
        "indent": ["error", 4],
        "no-mixed-operators": "off",
        "no-throw-literal": "off"
    }
}