Skip to content

Commit a11f2cb

Browse files
fix: disable @typescript-eslint/triple-slash-reference for markdown (#74)
1 parent 4b2e171 commit a11f2cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

configs/markdown.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ async function getMarkdownRecommendedConfig() {
7575
"jsdoc/require-jsdoc": "off",
7676

7777
"@typescript-eslint/no-unused-vars": "off",
78+
79+
"@typescript-eslint/triple-slash-reference": "off",
7880
},
7981
},
8082
];

0 commit comments

Comments
 (0)