I cloned a project from github and got an error when running it.
Then the author gave this answer:
I installed all the dependencies! So it's definitely not a problem with npm install.
After reading the eslint documentation, I still don’t know how to block it. Could you please help me clarify my doubts.
高洛峰2017-05-19 10:27:18
Close eslint-loader in webpack loader, or change your rules in the picture above to
'rules': {}