mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-20 01:12:52 +08:00
* ✨ feat: Update Remark * 📝 docs: Update seo * 🔧 chore: Fix deps * 🔧 chore: Update ui version * 📝 docs: Update docs * ✨ feat: Update @lobehub/ui to 1.163.0
7 lines
134 B
JavaScript
7 lines
134 B
JavaScript
const config = require('@lobehub/lint').remarklint;
|
|
|
|
module.exports = {
|
|
...config,
|
|
plugins: ['remark-mdx', ...config.plugins],
|
|
};
|