summaryrefslogtreecommitdiff
path: root/.github/actions/msvc-dev-cmd/.eslintrc.json
blob: b101258fc846ba14ac20bc9b3ecdb91dcbbc527a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "env": {
        "commonjs": true,
        "es6": true,
        "node": true
    },
    "extends": "eslint:recommended",
    "globals": {
        "Atomics": "readonly",
        "SharedArrayBuffer": "readonly"
    },
    "parserOptions": {
        "ecmaVersion": 2018
    },
    "rules": {
    }
}