You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the

  • Post author:
  • Post category:其他


You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.

eslint的语法检查

在Package.Json文件中增加以下配置

 "eslintConfig": {
    "rules": {
      "eslint-disable-next-line":false
    }
  },



版权声明:本文为weixin_46214579原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。