This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
5.2.0
This release removes the rules deprecated in ESLint 3.3 and replaces them with their new equivalents.
Notable changes
- Now requires ESLint 3.3
- It is now allowed to reassign the global
Promise
object (for situations where you want to use a different Promise implementation, ie. Bluebird
New rules
no-template-curly-in-string
: Added to known errors, as a warning