{
  "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": {}
}