X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2F.eslintrc.passing.json;h=5e4223224ee661ab68ae85429516e78c9b942e62;hb=4f1b9b4ab48a8498afac9e2213a02a23ccf4a06c;hp=3f42d326c6c0a5e92a528ee42a7817a170bb280d;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/.eslintrc.passing.json b/web/core/.eslintrc.passing.json index 3f42d326c..5e4223224 100644 --- a/web/core/.eslintrc.passing.json +++ b/web/core/.eslintrc.passing.json @@ -1,12 +1,15 @@ { "extends": "./.eslintrc.json", "rules": { - "no-use-before-define": "off", "no-shadow": "off", "no-new": "off", "no-continue": "off", "new-cap": "off", "max-len": "off", - "default-case": "off" + "default-case": "off", + "prefer-destructuring": "off", + "react/no-this-in-sfc": "off", + "react/destructuring-assignment": "off", + "import/named": "off" } }