mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00: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