From 176dba8b6f06f6b1074369c4089232296f15d528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E6=9D=B0=E8=B1=AA?= Date: Mon, 14 Aug 2023 23:09:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E5=85=A8=E5=B1=80=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 69a941e..00897bc 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -15,7 +15,13 @@ module.exports = { wx: true, WechatMiniprogram: true, getCurrentPages: true, + getApp: true, + UniApp: true, UniHelper: true, + App: true, + Page: true, + Component: true, + AnyObject: true, }, parserOptions: { ecmaVersion: 'latest',