当前位置:  开发笔记 > 前端 > 正文

如何在vs代码中启用HTML上的lint?

如何解决《如何在vs代码中启用HTML上的lint?》经验,为你挑选了0个好方法。

我正在使用visual studio代码开发angular2应用程序,我已经安装了以下扩展,

htmllint

htmlhint-ng2

我有如下组件模板,

@Component({
    selector: 'userprofile',
    template: `
            

{{profile.firstName}} {{profile.lastName}}

View profile Edit profile
` })

Hml lint在vs代码上没有显示任何错误?问题是什么?

推荐阅读
罗文彬2502852027
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有