We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c46812 commit 4e1b2e6Copy full SHA for 4e1b2e6
eslint.config.mjs
@@ -1,6 +1,6 @@
1
// @ts-check
2
import { createConfigForNuxt } from '@nuxt/eslint-config/flat'
3
-import { mdcLint } from 'mdclint'
+// import { mdcLint } from 'mdclint'
4
5
// Run `npx @eslint/config-inspector` to inspect the resolved config interactively
6
export default createConfigForNuxt({
@@ -25,16 +25,16 @@ export default createConfigForNuxt({
25
},
26
27
)
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
- }))
+ // .append(mdcLint({
+ // files: [
+ // 'docs/**/*.md',
+ // 'playground/**/*.md',
+ // 'examples/**/*.md',
+ // 'README.md',
+ // ],
+ // markdownlint: {
+ // config: {
+ // MD013: false,
+ // },
+ // }))
0 commit comments