From 2f352dc93a69a0062063f1a26eab5ec9bac09c82 Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Thu, 28 Jan 2021 15:09:26 +0800
Subject: [PATCH] 解决报错信息
---
.eslintrc.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.eslintrc.js b/.eslintrc.js
index 20034fd..968344a 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -9,9 +9,10 @@
],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
- 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
+ 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
+ "no-unused-vars": 'off'
},
parserOptions: {
parser: 'babel-eslint'
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3