From 2004375cb8da72cc32f4b151511983b53d2e2202 Mon Sep 17 00:00:00 2001 From: chenruilong Date: Tue, 18 Oct 2022 21:06:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4.=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ .vscode/launch.json | 15 --------------- .../cloudfunctions/uni-id-co/.eslintrc.js | 19 ------------------- 3 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/.eslintrc.js diff --git a/.gitignore b/.gitignore index d77944c..bd3d21a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ uni_modules_tools/copy /uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json .idea +.vscode +uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/.eslintrc.js diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 2e62a62..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "node", - "request": "attach", - "name": "HelloUniIdPages", - "address": "localhost", - "port": 9001 - } - ] -} \ No newline at end of file diff --git a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/.eslintrc.js b/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/.eslintrc.js deleted file mode 100644 index 70c6039..0000000 --- a/uni_modules/uni-id-pages/uniCloud/cloudfunctions/uni-id-co/.eslintrc.js +++ /dev/null @@ -1,19 +0,0 @@ -module.exports = { - env: { - browser: true, - commonjs: true, - es2021: true - }, - extends: [ - 'standard' - ], - parserOptions: { - ecmaVersion: 'latest' - }, - rules: { - 'no-throw-literal': 0 - }, - globals: { - uniCloud: 'readonly' - } -} -- GitLab