mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
7 lines
171 B
JavaScript
7 lines
171 B
JavaScript
|
|
import { remarklint } from '@lobehub/lint';
|
||
|
|
|
||
|
|
export default {
|
||
|
|
...remarklint,
|
||
|
|
plugins: ['remark-mdx', ...remarklint.plugins, ['remark-lint-file-extension', false]],
|
||
|
|
};
|