Skip to content

Commit 1ef7768

Browse files
committed
fix(lint): configs
1 parent 79079cf commit 1ef7768

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

eslint.config.mjs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ export default createConfigForNuxt({
3232
'examples/**/*.md',
3333
'README.md',
3434
],
35-
markdownlint: {
36-
config: {
37-
MD013: false,
38-
// TODO: detect the issue
39-
MD051: false,
35+
config: {
36+
MD013: false,
37+
// TODO: detect the issue
38+
MD051: false,
4039

41-
// TODO: fix the issue
42-
MD060: false,
43-
},
40+
// TODO: fix the issue
41+
MD060: false,
4442
},
4543
}))

0 commit comments

Comments
 (0)