Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run eslint from node_modules/.bin rather than node_modules/eslint/bin
Rationale: - `npm install`, `yarn` and `lerna` all fill out `node_modules/.bin` - But `node_modules/eslint` isn't necessarily present. - This should fix issue google#490.
- Loading branch information