1. Add no space in paren rule
2. fix spec/eslintrc.json so it allow for inheriting from root rc.
Because the spce rc specified reccomended, it "turned off" all of the
rule tweaks in the root. This fixes that.
* Change users.get to secure.checkToken
You can't get user info by client token due vk restrictions. You must check token via secure.checkToken.
* Configuration checks for vk auth.
* Move config check to promise, remove debug log, add message to logger on error.