We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@typescript-eslint/triple-slash-reference
1 parent 4b2e171 commit a11f2cbCopy full SHA for a11f2cb
1 file changed
configs/markdown.js
@@ -75,6 +75,8 @@ async function getMarkdownRecommendedConfig() {
75
"jsdoc/require-jsdoc": "off",
76
77
"@typescript-eslint/no-unused-vars": "off",
78
+
79
+ "@typescript-eslint/triple-slash-reference": "off",
80
},
81
82
];
0 commit comments