-
-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔧 chore(config): adjusting stylelint
rules
#3117
Conversation
@RubuJam is attempting to deploy a commit to the LobeHub Pro Team on Vercel. A member of the Team first needs to authorize it. |
👍 @RubuJam Thank you for raising your pull request and contributing to our Community |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3117 +/- ##
===========================================
- Coverage 93.75% 68.17% -25.58%
===========================================
Files 388 97 -291
Lines 23968 7180 -16788
Branches 2618 111 -2507
===========================================
- Hits 22470 4895 -17575
- Misses 1498 2285 +787
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
❤️ Great PR @RubuJam ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
🎉 This PR is included in version 1.2.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
取消对
mjs
和cjs
文件的stylelint --fix
检查Disable
stylelint --fix
checks formjs
andcjs
files📝 补充信息 | Additional Information
解决
next-sitemap.config.mjs
经过stylelint --fix
检查出现的Unknown word CssSyntaxError
错误Fix the
Unknown word CssSyntaxError
error innext-sitemap.config.mjs
afterstylelint --fix
check