我已经创建了一个Webpack版本,它很适合我-它有一个用于热重新加载的dev-server,以及一个运行模板html文件并集成bundle.js文件的快速生产服务器。这一切都很好,除了当我在我的dev-server中工作时,控制台会给我这样的错误消息: Uncaught Error: Expected the reducer to be a function.(…)bundle.js:36329 它引用bundle.js</
是否可以在一个或多个.js文件上运行JSLint,方法是在chrome或firefox中从调试/开发人员控制台加载JSLint?我想这样做的原因是,我想在console.log()中打印JSON中JSLint的解析,它在文档中写道:
// You can obtain the parse tree that JSLint constructed