Allow dot-notation keywords in eslint
ES6 gives us promises, which have `.catch` method. Other Promise implementation also uses `try` and `finally` methods, which are also reserved keywords ([bluebird](https://github.com/petkaantonov/bluebird/blob/master/API.md)).
N
Nikita Gusakov committed
15c947b48bcb3ef2fee1655cd99e22f0395f2e1f
Parent: 0c66971