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

Tree @e423f31 (Download .tar.gz)

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