diff --git a/.gitignore b/.gitignore index d77944ccf5b7b4ed125343dad69dd7fda597eba8..bd3d21a774b82982c099090b8fd68d339fc910fd 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 2e62a62d23a6589dbabeda2ca3d10fe9abc712e1..0000000000000000000000000000000000000000 --- 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 70c6039bef76086bd3d52a1043c0136be4a153d9..0000000000000000000000000000000000000000 --- 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' - } -}