From 70ab41ed7d2f456896035da2f9c4ba3969c5fa21 Mon Sep 17 00:00:00 2001 From: 明梦爽 <2972214568@qq.com> Date: 星期三, 23 三月 2022 17:46:56 +0800 Subject: [PATCH] 上传后台aip服务 --- .eslintrc.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 0de3aee..2bf19c3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,6 +10,7 @@ rules: { // 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', // 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', + "eslint-disable-next-line":false, 'space-before-function-paren': 0 }, parserOptions: { -- Gitblit v1.8.0