From c85143a0ea052d09de4de59ba92e0468dbb1e67f Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Tue, 2 Jul 2024 01:07:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20Update=20lint=20config?= =?UTF-8?q?=20(#3109)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .stylelintrc.js | 1 + README.md | 2 +- package.json | 11 +++++------ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.stylelintrc.js b/.stylelintrc.js index c40700dd91da..d1ac674a77cf 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -4,5 +4,6 @@ module.exports = { ...config, rules: { 'selector-id-pattern': null, + ...config.rules, }, }; diff --git a/README.md b/README.md index a14e463f8149..e8d1aa8f44df 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ One-click **FREE** deployment of your private OpenAI ChatGPT/Claude/Gemini/Groq/ Pioneering the new age of thinking and creating. Built for you, the Super Individual. -[![][github-trending-shield]][github-trending-url] Featured|HelloGitHub +[![][github-trending-shield]][github-trending-url] [![][image-overview]][vercel-link] diff --git a/package.json b/package.json index 45274b149cf1..ae3104a43aaa 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "*.json": [ "prettier --write --no-error-on-unmatched-pattern" ], - "*.{js,jsx}": [ + "*.{js,jsx,mjs,cjs}": [ "prettier --write", "stylelint --fix", "eslint --fix" @@ -109,9 +109,9 @@ "@khmyznikov/pwa-install": "^0.3.9", "@lobehub/chat-plugin-sdk": "^1.32.3", "@lobehub/chat-plugins-gateway": "^1.9.0", - "@lobehub/icons": "^1.23.0", - "@lobehub/tts": "^1.24.1", - "@lobehub/ui": "^1.144.3", + "@lobehub/icons": "^1.25.1", + "@lobehub/tts": "^1.24.2", + "@lobehub/ui": "^1.146.2", "@microsoft/fetch-event-source": "^2.0.1", "@neondatabase/serverless": "^0.9.3", "@next/third-parties": "^14.2.4", @@ -203,7 +203,7 @@ "@ducanh2912/next-pwa": "^10.2.7", "@edge-runtime/vm": "^3.2.0", "@lobehub/i18n-cli": "^1.18.1", - "@lobehub/lint": "^1.23.4", + "@lobehub/lint": "^1.24.3", "@lobehub/seo-cli": "^1.4.1", "@next/bundle-analyzer": "^14.2.4", "@next/eslint-plugin-next": "^14.2.4", @@ -228,7 +228,6 @@ "@types/ua-parser-js": "^0.7.39", "@types/uuid": "^10.0.0", "@types/ws": "^8.5.10", - "@umijs/lint": "^4.2.13", "@vitest/coverage-v8": "~1.2.2", "ajv-keywords": "^5.1.0", "commitlint": "^19.3.0",