Codebase list node-d3-shape / 9c18b3f5-ac97-46fa-90af-1b3bae2c2c71/main .eslintrc.json
9c18b3f5-ac97-46fa-90af-1b3bae2c2c71/main

Tree @9c18b3f5-ac97-46fa-90af-1b3bae2c2c71/main (Download .tar.gz)

.eslintrc.json @9c18b3f5-ac97-46fa-90af-1b3bae2c2c71/mainraw · 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
  }
}