eslint 4.8.0

ESLint 4.8.0 discovers a lot of error related to formatting. While I
tried to fix as many of them as possible, a portion of them actually go
against our coding style. In such a case, I've disabled the indent rule
which effectively leaves it as it was before ESLint 4.8.0.

Additionally, remove jshint because it's becoming a nuisance with its
lack of understanding of ES2015+.
This commit is contained in:
Lyubo Marinov
2017-10-02 18:12:38 -05:00
parent d280f90676
commit dfebd692f3
56 changed files with 425 additions and 375 deletions
@@ -311,8 +311,8 @@ class ConnectionStatsTable extends Component {
_renderShowMoreLink() {
const translationKey
= this.props.shouldShowMore
? 'connectionindicator.less'
: 'connectionindicator.more';
? 'connectionindicator.less'
: 'connectionindicator.more';
return (
<a