Codebase list node-d3-chord / 355cdf5d-1389-4919-9bcc-c75824bbf54a/main .eslintrc.json
355cdf5d-1389-4919-9bcc-c75824bbf54a/main

Tree @355cdf5d-1389-4919-9bcc-c75824bbf54a/main (Download .tar.gz)

.eslintrc.json @355cdf5d-1389-4919-9bcc-c75824bbf54a/mainraw · history · blame

{
  "extends": "eslint:recommended",
  "parserOptions": {
    "sourceType": "module",
    "ecmaVersion": 8
  },
  "env": {
    "es6": true,
    "node": true,
    "browser": true
  },
  "rules": {
    "no-cond-assign": 0
  }
}