annotate 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
rev   line source
Chris@14 1 {
Chris@14 2 "extends": "./.eslintrc.json",
Chris@14 3 "rules": {
Chris@14 4 "no-shadow": "off",
Chris@14 5 "no-new": "off",
Chris@14 6 "no-continue": "off",
Chris@14 7 "new-cap": "off",
Chris@14 8 "max-len": "off",
Chris@17 9 "default-case": "off",
Chris@17 10 "prefer-destructuring": "off",
Chris@17 11 "react/no-this-in-sfc": "off",
Chris@17 12 "react/destructuring-assignment": "off",
Chris@17 13 "import/named": "off"
Chris@14 14 }
Chris@14 15 }