view core/.eslintrc.passing.json @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 129ea1e6d783
children
line wrap: on
line source
{
  "extends": "./.eslintrc.json",
  "rules": {
    "no-shadow": "off",
    "no-new": "off",
    "no-continue": "off",
    "new-cap": "off",
    "max-len": "off",
    "default-case": "off",
    "prefer-destructuring": "off",
    "react/no-this-in-sfc": "off",
    "react/destructuring-assignment": "off",
    "import/named": "off"
  }
}