Created by: chrislaughlin
Fixes #3341 (closed)
I have updated the eslint dependency to 4.15.0 and enabled some non-controversial rules.
The newest rules added since the previous version 4.4.x are below, rules starred have been enabled:
- getter-return *
- function-paren-newline
- lines-between-class-members
- multiline-comment-style
- implicit-arrow-linebreak
This has not affected any code and no fixes have been needed. Let me know if anything else is needed or more/less rules should be enabled. Thanks