eslint问题

Expected parentheses around arrow function argument having a body with curly braces

 

Unexpected string concatenation

 

 

意外的字符串连接

  • 在.eslintrc.js中的rules里写入
  • 'prefer-template': 'off'

 

eslint真的是个麻烦的东西,但是确实好,javascript红宝书作者开发的,能不好吗。