aboutsummaryrefslogtreecommitdiffstats
path: root/web/.eslintrc.yml
blob: 319fa67c976bf8222c0a590a5ea919c795b4c916 (plain)
1
2
3
4
5
6
7
8
9
{
    "parserOptions": {
        "ecmaVersion": 6,
        "sourceType": "module",
        "ecmaFeatures": {
            "jsx": true
        }
    }
}