search

Home  >  Q&A  >  body text

javascript - How to mask encoding format in eslint?

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.

PHP中文网PHP中文网2794 days ago485

reply all(1)I'll reply

  • 高洛峰

    高洛峰2017-05-19 10:27:18

    Close eslint-loader in webpack loader, or change your rules in the picture above to

    'rules': {}

    reply
    0
  • Cancelreply