如何拼接包含其他组件的Web组件?

时间:2017-01-16 12:54:36

标签: polymer eslint

我正在尝试使用我的Polymer Web Components,但每次我链接另一个Component或Behavior时,其用法都会突出显示 no-undef 错误。 当然,我可以将以下注释添加到任何包含由包含引起的no-undef错误的行中,作为解决方法:

// eslint-disable-line no-undef

但那是丑陋,笨拙和令人沮丧的。显然,我不想完全禁用 no-undef

有没有解决方案我没有谷歌?任何与聚合物 MS Visual Studio代码一起使用的eslint的替代品?

1 个答案:

答案 0 :(得分:0)

要使用的聚合物团队recommends

  1. https://github.com/Polymer/polymer-linter
  2. 与eslint一起
  3. 聚合物引脚整合在Polymer CLI中。

    这也适用于即将推出的以ES6为中心的聚合物3。