📜  [ *ngIf ] 的属性名称必须是小写的.(attr-lowercase) - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:35.598000             🧑  作者: Mango

代码示例1
Anyone looking to solve this from another IDE such as Eclipse or Codemix, simply create a file called .htmlhintrc place this in //src/.htmlhintrc and change the values as you see fit, mine are:

{
    "tagname-lowercase": false,
    "attr-lowercase": false,
    "attr-value-double-quotes": true,
    "doctype-first": false,
    "tag-pair": true,
    "spec-char-escape": true,
    "id-unique": true,
    "src-not-empty": true,
    "attr-no-duplication": true,
    "title-require": true
}