mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +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]],
|
||
|
|
};
|