Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linting in Webpack - Correcting loader
Hi, I think 'eslint-loader' should be used instead `eslint`. The later will give the following error. ``` path/to/eslint/lib/api.js didn't return a function @ multi main webpack: bundle is now VALID. ``` Someone talked about it as well in survivejs#3. I'm new to eslint, so I hope this is correct.
- Loading branch information