summaryrefslogtreecommitdiff
path: root/eslint.json
blob: aba41a0c7d828c4db3d5b87b5e48df67a89c4da1 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "env": {
        "browser": true,
        "node": true,
    },
    "rules": {
        "camelcase": false,
        "quotes": false
    }
}