Codebase list node-d3-shape / upstream/1.3.7+git20191119.41e7255 .eslintrc.json
upstream/1.3.7+git20191119.41e7255

Tree @upstream/1.3.7+git20191119.41e7255 (Download .tar.gz)

.eslintrc.json @upstream/1.3.7+git20191119.41e7255raw · history · blame

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