From 1a7fa21afabfd85bc760390dd4cb734a9cb2c703 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 08 十二月 2021 18:09:30 +0800
Subject: [PATCH] 添加算法打包的判断
---
.eslintrc.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.eslintrc.js b/.eslintrc.js
index ab6565e..7652ede 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -8,24 +8,24 @@
env: {
node: true,
},
- extends: ['plugin:vue/recommended', '@vue/prettier'],
+ extends: ["plugin:vue/recommended", "@vue/prettier"],
rules: {
// 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
// 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
// 'vue/no-v-html': 'off',
},
parserOptions: {
- parser: 'babel-eslint',
+ parser: "babel-eslint",
},
overrides: [
{
files: [
- '**/__tests__/*.{j,t}s?(x)',
- '**/tests/unit/**/*.spec.{j,t}s?(x)',
+ "**/__tests__/*.{j,t}s?(x)",
+ "**/tests/unit/**/*.spec.{j,t}s?(x)",
],
env: {
jest: true,
},
},
],
-}
+};
--
Gitblit v1.8.0