v0.9.0
Common Rules
- Added the no-extra-bind rule (@blond #46).
- Added the no-useless-escape rule (@blond #49).
ES2015 Rules
- Added the class-methods-use-this rule to
es2015
preset (@blond #47). - Added the no-useless-computed-key rule to
es2015
preset (@blond #48).