Codebase list node-d3-shape / b5924c2 .eslintrc.json
b5924c2

Tree @b5924c2 (Download .tar.gz)

.eslintrc.json @b5924c2raw · 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
  }
}