添加规则

pull/623/head
lyswhut 2021-08-11 10:22:15 +08:00
parent 8196e8a84d
commit 04be42a4d6
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
"comma-dangle": [2, "always-multiline"],
"standard/no-callback-literal": "off",
"prefer-const": "off",
"no-labels": "off"
"no-labels": "off",
"node/no-callback-literal": "off"
},
"settings": {
"html/html-extensions": [".html", ".vue"]