From af442c74b60c2d15d30f447a761fb8fb2c3d3f0d Mon Sep 17 00:00:00 2001 From: SuperCuteXiaoSi <1531733886@qq.com> Date: Wed, 17 Nov 2021 21:52:12 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E5=B0=81=E8=A3=85axios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 79a00875..44fea0f8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -38,6 +38,7 @@ module.exports = { '@typescript-eslint/ban-ts-comment': 'off', // 是否禁止空函数 '@typescript-eslint/no-empty-function': 'off', + // 是否禁止使用特定类型 '@typescript-eslint/ban-types': 'off', 'vue/no-multiple-template-root': 'off', camelcase: 0,