aboutsummaryrefslogblamecommitdiffstats
path: root/.eslintrc.js
blob: fbf4784b9cecb77d2dde7c8547ea0ce8836acf04 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                    
module.exports = {
    "env": {
        "commonjs": true,
        "es2021": true,
        "node": true
    },
    "extends": "eslint:recommended",
    "parserOptions": {
        "ecmaVersion": "latest"
    },
    "rules": {
    }
}