This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
4.2.0
Notable changes
-
Do not prefer
Reflect
methods overdelete
and.apply()
and.call()
Using
Reflect
for this functionality could lead to unexpected bugs down the road because they throw on less occasions -
Require ESLint version 2.9 in projects
-
Add new rules:
no-unsafe-finally
(as error)no-useless-computed-key
(as warning)