aboutsummaryrefslogtreecommitdiff
path: root/web/.jscsrc
blob: 1dd27dc3ee4bc157ed1ca8dd5ed683064e3c13f5 (plain)
1
2
3
4
5
{
    "preset": "crockford",
    "maxErrors": 100,
    "excludeFiles": ["arrow.js"]
}