From 0fea321256c3dd082d490c340d3e81d6e745ceca Mon Sep 17 00:00:00 2001 From: h_mo <596417202@qq.com> Date: Fri, 14 Jun 2024 11:23:46 +0800 Subject: [PATCH] =?UTF-8?q?style:=20eslint=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.js | 15 ++++++++++++--- package.json | 4 ++-- src/pages/index/index.vue | 2 +- src/pages/notFound/404.vue | 2 +- src/utils/is.ts | 4 ++-- tsconfig.json | 16 ++++++++-------- 6 files changed, 26 insertions(+), 17 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index fdafa88..2fe17c7 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,7 +1,7 @@ /** @type {import('eslint').Linter.Config} */ -import antfu from '@antfu/eslint-config'; import process from 'node:process'; +import antfu from '@antfu/eslint-config'; /** * @see https://github.com/antfu/eslint-config @@ -17,7 +17,15 @@ export default antfu({ 'style/quotes': ['error', 'single'], 'style/semi': ['error', 'always'], 'style/semi-style': ['error', 'last'], - 'style/max-len': ['error', { code: 160, tabWidth: 2 }], + 'style/max-len': ['error', { + code: 160, + tabWidth: 2, + ignoreUrls: true, + ignoreComments: true, + ignoreStrings: true, + ignoreTemplateLiterals: true, + ignoreRegExpLiterals: true, + }], 'style/brace-style': ['error', '1tbs', { allowSingleLine: true }], 'vue/script-indent': ['error', 2, { baseIndent: 0 }], 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', @@ -29,6 +37,7 @@ export default antfu({ './dist/*', './.vscode/*', './.idea/*', - './README.md', + '**/androidPrivacy.json', + 'README.md', ], }); diff --git a/package.json b/package.json index 11128ae..b174697 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "build:quickapp-webview": "uni build -p quickapp-webview", "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei", "build:quickapp-webview-union": "uni build -p quickapp-webview-union", - "lint:fix": "eslint . --fix", + "lint:fix": "eslint . --fix --ignore-pattern '*/androidPrivacy.json' --ignore-pattern 'README.md'", "git:hooks": "npx simple-git-hooks" }, "dependencies": { @@ -93,6 +93,6 @@ "commit-msg": "npx tsx ./scripts/verify-commit.ts" }, "lint-staged": { - "*": "eslint --fix" + "*": "eslint --fix --ignore-pattern '*/androidPrivacy.json' --ignore-pattern 'README.md'" } } diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 3580eba..01d1c22 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -11,7 +11,7 @@ function onClick() {