aboutsummaryrefslogtreecommitdiff
path: root/internal/ui/static/js/.eslintrc.json
blob: 03bfd5b976ec23c68f6097501a2b97e1bd119e00 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    "env": {
        "browser": true,
        "es2017": true
    },
    "rules": {
        "indent": ["error", 4]
    }
}