summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
blob: 64c25a22cbedf54d877c81b0c5468e6466605cb6 (plain)
1
2
3
4
5
6
7
8
{
    "env": {
        "browser": true
    },
    "rules": {
        "newline-per-chained-call": "off"
    }
}