Skip to content

Commit 077ed36

Browse files
committed
test: Add md012 to known unused rules list
1 parent 8f61be5 commit 077ed36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

__tests__/no-unused-and-deprecated-rules.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ const KNOWN_UNUSED = [
1616
// It seems https://github.com/JuniorTour/vue-template-babel-compiler not stable,
1717
// turned off for a while
1818
'vue/prefer-template',
19+
// Turned off due of wrong implementation, now replaced with standard `no-multiple-empty-lines`
20+
'markdownlint/md012',
1921
];
2022
const TEMP_FILE = `.tmp-config.js`;
2123

0 commit comments

Comments
 (0)