Winston-syslogudp的jshint警告:预期分配或函数调用,而是看到了一个表达式

时间:2019-05-07 08:14:03

标签: node.js jshint winston

我正在使用winston-syslogudp,而jshint用于检查代码等。

https://github.com/winstonjs/winston-syslog

Github上的winston库指出,我们应该像这样导入模块:

require('winston-syslogudp').Syslog;  

运行棉绒检查时,出现以下警告:

Expected an assignment or function call and instead saw an expression.

除了忽略该行以外,如何解决此警告?

require('winston-syslogudp').Syslog;  // jshint ignore:line

0 个答案:

没有答案