From 15b1e92c9272526863a161e80e097245ac6100e5 Mon Sep 17 00:00:00 2001 From: Bunny <1319900154@qq.com> Date: Sat, 11 May 2024 23:28:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A8=20eslint=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=94=B9=E4=B8=BAmodule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 7acba63..9f23cbd 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,6 +1,6 @@ // @see: http://eslint.cn -module.exports = { +export default { root: true, env: { browser: true,