This repository was archived by the owner on Mar 7, 2019. It is now read-only.
4.2.0
Notable changes
-
Do not prefer
Reflectmethods overdeleteand.apply()and.call()Using
Reflectfor 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)