zowe-utils
Version:
z/OS : JCL submission and common ftp operations, for NodeJS developers (ZOWE).
26 lines • 480 B
JSON
{
"env": {
"commonjs": true,
"es6": true,
"node": true
},
"extends": [
"standard"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly",
"before": "readonly",
"it": "readonly",
"describe": "readonly",
"config": "readonly",
"jobStatement": "readonly",
"outlistLocalPath": "readonly",
"logError": "readonly",
"sinon": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {}
}