Skip to content

Commit

Permalink
🔧 chore: Update lint config (lobehub#3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Jul 1, 2024
1 parent d71108a commit c85143a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module.exports = {
...config,
rules: {
'selector-id-pattern': null,
...config.rules,
},
};
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"*.json": [
"prettier --write --no-error-on-unmatched-pattern"
],
"*.{js,jsx}": [
"*.{js,jsx,mjs,cjs}": [
"prettier --write",
"stylelint --fix",
"eslint --fix"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit c85143a

Please sign in to comment.