标签: dojo eslint
大多数情况下,dojo模块是分开加载的javascript文件,如下所示:
mongotemplate
Eslint当然确实提到了初始定义是未定义的。如何让eslint明白定义,不是错误?
答案 0 :(得分:1)
您需要在Eslint配置文件中enable the "amd" environment,以确保define和require在全球范围内可用。
define
require