aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
blob: 286802859e944f7553a334f24fe392755fcb32bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "env": {
        "commonjs": true,
        "es2020": true,
        "node": true
    },
    "extends": "eslint:recommended",
    "parserOptions": {
        "ecmaVersion": 11
    },
    "rules": {
    }
}