Skip to content

Commit 4e1b2e6

Browse files
committed
chore: disable markdown lint
1 parent 6c46812 commit 4e1b2e6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

eslint.config.mjs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22
import { createConfigForNuxt } from '@nuxt/eslint-config/flat'
3-
import { mdcLint } from 'mdclint'
3+
// import { mdcLint } from 'mdclint'
44

55
// Run `npx @eslint/config-inspector` to inspect the resolved config interactively
66
export default createConfigForNuxt({
@@ -25,16 +25,16 @@ export default createConfigForNuxt({
2525
},
2626
},
2727
)
28-
.append(mdcLint({
29-
files: [
30-
'docs/**/*.md',
31-
'playground/**/*.md',
32-
'examples/**/*.md',
33-
'README.md',
34-
],
35-
markdownlint: {
36-
config: {
37-
MD013: false,
38-
},
39-
},
40-
}))
28+
// .append(mdcLint({
29+
// files: [
30+
// 'docs/**/*.md',
31+
// 'playground/**/*.md',
32+
// 'examples/**/*.md',
33+
// 'README.md',
34+
// ],
35+
// markdownlint: {
36+
// config: {
37+
// MD013: false,
38+
// },
39+
// },
40+
// }))

0 commit comments

Comments
 (0)