mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
🔧 chore: Update lint config (#3109)
This commit is contained in:
parent
d71108ae9a
commit
c85143a0ea
3 changed files with 7 additions and 7 deletions
|
|
@ -4,5 +4,6 @@ module.exports = {
|
|||
...config,
|
||||
rules: {
|
||||
'selector-id-pattern': null,
|
||||
...config.rules,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ One-click **FREE** deployment of your private OpenAI ChatGPT/Claude/Gemini/Groq/
|
|||
|
||||
<sup>Pioneering the new age of thinking and creating. Built for you, the Super Individual.</sup>
|
||||
|
||||
[![][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>
|
||||
[![][github-trending-shield]][github-trending-url]
|
||||
|
||||
[![][image-overview]][vercel-link]
|
||||
|
||||
|
|
|
|||
11
package.json
11
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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue