From 04be42a4d6a03a354e34892a85e27b54b34df4c2 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 11 Aug 2021 10:22:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index aa750a50..1e8ebba0 100644 --- a/.eslintrc +++ b/.eslintrc @@ -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"]