mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Fix JSDoc eslint rule for properties and methods (#51462)
This commit is contained in:
@@ -172,6 +172,8 @@ module.exports = createRule({
|
||||
TSIndexSignature: checkDeclaration,
|
||||
TSMethodSignature: checkDeclaration,
|
||||
TSParameterProperty: checkDeclaration,
|
||||
PropertyDefinition: checkDeclaration,
|
||||
MethodDefinition: checkDeclaration,
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user