Mercurial > hg > isophonics-drupal-site
view core/.eslintrc.passing.json @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +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" } }