Codebase list node-request-promise-core / fresh-snapshots/main test / .eslintrc.json
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

.eslintrc.json @fresh-snapshots/mainraw · history · blame

{
  "env": {
    "mocha": true
  },
  "globals": {
    "expect": true
  },
  "rules": {

    // Node.js and CommonJS

    "no-process-env": 0,
    "no-sync": 0

  }
}