We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebcdf8 commit cec3e26Copy full SHA for cec3e26
src/plugins/jsdoc.ts
@@ -22,6 +22,7 @@ export const settings: Linter.Config = {
22
":not(TSDeclareFunction) + FunctionDeclaration",
23
"TSDeclareFunction",
24
"ExportNamedDeclaration > TSTypeAliasDeclaration",
25
+ "ExportNamedDeclaration > TSInterfaceDeclaration",
26
"TSEnumDeclaration",
27
],
28
enableFixer: false,
0 commit comments