添加规则
parent
8196e8a84d
commit
04be42a4d6
|
@ -17,7 +17,8 @@
|
||||||
"comma-dangle": [2, "always-multiline"],
|
"comma-dangle": [2, "always-multiline"],
|
||||||
"standard/no-callback-literal": "off",
|
"standard/no-callback-literal": "off",
|
||||||
"prefer-const": "off",
|
"prefer-const": "off",
|
||||||
"no-labels": "off"
|
"no-labels": "off",
|
||||||
|
"node/no-callback-literal": "off"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"html/html-extensions": [".html", ".vue"]
|
"html/html-extensions": [".html", ".vue"]
|
||||||
|
|
Loading…
Reference in New Issue