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/no-unused-vars
1 parent 64c1204 commit fcbf2a3Copy full SHA for fcbf2a3
1 file changed
configs/markdown.js
@@ -71,6 +71,8 @@ async function getMarkdownRecommendedConfig() {
71
"import/no-extraneous-dependencies": "off",
72
73
"jsdoc/require-jsdoc": "off",
74
+
75
+ "@typescript-eslint/no-unused-vars": "off",
76
},
77
78
];
0 commit comments