Extensions to job totals calculation.
This commit is contained in:
@@ -1,12 +1,21 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": false,
|
||||
"commonjs": true,
|
||||
"es2021": true
|
||||
env: {
|
||||
es6: true,
|
||||
node: true,
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 12
|
||||
extends: "eslint:recommended",
|
||||
globals: {
|
||||
Atomics: "readonly",
|
||||
SharedArrayBuffer: "readonly",
|
||||
},
|
||||
"rules": {}
|
||||
}
|
||||
|
||||
parserOptions: {
|
||||
ecmaVersion: 2018,
|
||||
sourceType: "module",
|
||||
},
|
||||
// plugins: [],
|
||||
rules: {
|
||||
"no-console": "off"
|
||||
},
|
||||
settings: {},
|
||||
};
|
||||
Reference in New Issue
Block a user