Skip to content

Commit fcbf2a3

Browse files
fix: disable @typescript-eslint/no-unused-vars for markdown files (#69)
1 parent 64c1204 commit fcbf2a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/markdown.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ async function getMarkdownRecommendedConfig() {
7171
"import/no-extraneous-dependencies": "off",
7272

7373
"jsdoc/require-jsdoc": "off",
74+
75+
"@typescript-eslint/no-unused-vars": "off",
7476
},
7577
},
7678
];

0 commit comments

Comments
 (0)