Stop linting on `npm install`
It's annoying to run the linter on npm install, because it slows down the
react-sdk and riot-web builds.
The fact that `npm install` runs `prepublish` is going to be changed in npm 4
(see https://github.com/npm/npm/pull/14290), but for now this is the best bet.