File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
// @ts -check
2
2
import { createConfigForNuxt } from '@nuxt/eslint-config/flat'
3
- import { mdcLint } from 'mdclint'
3
+ // import { mdcLint } from 'mdclint'
4
4
5
5
// Run `npx @eslint/config-inspector` to inspect the resolved config interactively
6
6
export default createConfigForNuxt ( {
@@ -25,16 +25,16 @@ export default createConfigForNuxt({
25
25
} ,
26
26
} ,
27
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
- } ) )
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
+ // }))
You can’t perform that action at this time.
0 commit comments