Skip to content

Commit c85143a

Browse files
🔧 chore: Update lint config (lobehub#3109)
1 parent d71108a commit c85143a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.stylelintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ module.exports = {
44
...config,
55
rules: {
66
'selector-id-pattern': null,
7+
...config.rules,
78
},
89
};

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ One-click **FREE** deployment of your private OpenAI ChatGPT/Claude/Gemini/Groq/
3939

4040
<sup>Pioneering the new age of thinking and creating. Built for you, the Super Individual.</sup>
4141

42-
[![][github-trending-shield]][github-trending-url] <a href="https://hellogithub.com/repository/39701baf5a734cb894ec812248a5655a" target="_blank"><img src="https://abroad.hellogithub.com/v1/widgets/recommend.svg?rid=39701baf5a734cb894ec812248a5655a&claim_uid=HxYvFN34htJzGCD" alt="Featured|HelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" /></a>
42+
[![][github-trending-shield]][github-trending-url]
4343

4444
[![][image-overview]][vercel-link]
4545

package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"*.json": [
8181
"prettier --write --no-error-on-unmatched-pattern"
8282
],
83-
"*.{js,jsx}": [
83+
"*.{js,jsx,mjs,cjs}": [
8484
"prettier --write",
8585
"stylelint --fix",
8686
"eslint --fix"
@@ -109,9 +109,9 @@
109109
"@khmyznikov/pwa-install": "^0.3.9",
110110
"@lobehub/chat-plugin-sdk": "^1.32.3",
111111
"@lobehub/chat-plugins-gateway": "^1.9.0",
112-
"@lobehub/icons": "^1.23.0",
113-
"@lobehub/tts": "^1.24.1",
114-
"@lobehub/ui": "^1.144.3",
112+
"@lobehub/icons": "^1.25.1",
113+
"@lobehub/tts": "^1.24.2",
114+
"@lobehub/ui": "^1.146.2",
115115
"@microsoft/fetch-event-source": "^2.0.1",
116116
"@neondatabase/serverless": "^0.9.3",
117117
"@next/third-parties": "^14.2.4",
@@ -203,7 +203,7 @@
203203
"@ducanh2912/next-pwa": "^10.2.7",
204204
"@edge-runtime/vm": "^3.2.0",
205205
"@lobehub/i18n-cli": "^1.18.1",
206-
"@lobehub/lint": "^1.23.4",
206+
"@lobehub/lint": "^1.24.3",
207207
"@lobehub/seo-cli": "^1.4.1",
208208
"@next/bundle-analyzer": "^14.2.4",
209209
"@next/eslint-plugin-next": "^14.2.4",
@@ -228,7 +228,6 @@
228228
"@types/ua-parser-js": "^0.7.39",
229229
"@types/uuid": "^10.0.0",
230230
"@types/ws": "^8.5.10",
231-
"@umijs/lint": "^4.2.13",
232231
"@vitest/coverage-v8": "~1.2.2",
233232
"ajv-keywords": "^5.1.0",
234233
"commitlint": "^19.3.0",

0 commit comments

Comments
 (0)