Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / .eslintrc.passing.json
1 {
2   "extends": "./.eslintrc.json",
3   "rules": {
4     "no-shadow": "off",
5     "no-new": "off",
6     "no-continue": "off",
7     "new-cap": "off",
8     "max-len": "off",
9     "default-case": "off",
10     "prefer-destructuring": "off",
11     "react/no-this-in-sfc": "off",
12     "react/destructuring-assignment": "off",
13     "import/named": "off"
14   }
15 }