{
    "env": {
        "browser": true
    },
    "rules": {
        "quotes": [2, "single"],
        "no-underscore-dangle": 0,
        "curly": 0,
        "consistent-return": 0,
        "new-cap": 0,
        "strict": [2, "global"],
        "semi-spacing": 0
    },
    "globals": {L: true}
}
