Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: run eslint from node_modules/.bin
Rationale: - `npm install`, `yarn` and `lerna` all put an eslint bianry in `node_modules/.bin`, even though they may not create `node_modules/eslint` (if it happens to be hoisted into a parent directory). - This should fix issue google#490.
- Loading branch information