Codebase list node-d3-scale-chromatic / scrub-obsolete/main .eslintrc.json
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

.eslintrc.json @scrub-obsolete/mainraw · history · blame

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