acl

Results 1 comments of acl

> 目前我发现有三个解决办法, > 1.通过在.eslintrc.js中配置如下,只要配置一个: > > ``` > globals: { > AMap: true > }, > ``` > > 2.在每一个使用中配置,每一个使用到的都要配置: > > ```shell > // eslint-disable-next-line no-undef > gaodesatellite: new...