summaryrefslogtreecommitdiffstats
path: root/webapp/tests/.eslintrc.json
blob: c2d57abeaf5a5e772dab7912e040df0937990b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "rules": {
        "no-console": 0,
        "global-require": 0,
        "func-names": 0,
        "prefer-arrow-callback": 0,
        "no-magic-numbers": 0,
        "no-unreachable": 0,
        "new-cap": 0,
        "max-nested-callbacks": 0
    }
}