We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcd447 commit 9d22d9fCopy full SHA for 9d22d9f
1 file changed
.ncurc.js
@@ -6,5 +6,6 @@ module.exports = {
6
reject: [
7
"@eslint/js", // eslint 10 not yet supported by typescript-eslint
8
"eslint", // eslint 10 not yet supported by typescript-eslint
9
+ "typescript", // typescript 6 not yet supported by typedoc
10
],
11
};
0 commit comments