Jonas Jenwald f77c52291e Enable the no-empty-pattern/no-floating-decimal/no-self-compare/no-delete-var/no-new-object ESLint rules
The following rules required no code changes:
http://eslint.org/docs/rules/no-empty-pattern
http://eslint.org/docs/rules/no-floating-decimal
http://eslint.org/docs/rules/no-delete-var
http://eslint.org/docs/rules/no-new-object

There was just one change needed in order to enable:
http://eslint.org/docs/rules/no-self-compare; which I think helps readability a lot, since that comparison makes no sense until you realize that we push `NaN` onto the `stack` in some cases *and* furthermore that `NaN !== NaN`.
2017-01-23 20:30:50 +01:00
..
2016-01-28 11:32:59 -06:00
2017-01-09 20:27:39 +01:00
2017-01-19 16:41:59 +01:00
2017-01-19 16:41:59 +01:00
2016-01-28 12:11:46 -06:00
2017-01-09 20:27:39 +01:00
2017-01-10 16:42:43 +00:00